clear all set obs 200 forval i=1/4 { gen x`i'=rnormal() } egen ylin=rowtotal(x*) gen y=runiform()