sysuse auto postfile betas b1 using "u:\betas.dta", replace forvalues i = 1/74 { reg mpg price if _n ~= `i' matrix a = e(b) post betas (a[1,1]) } postclose betas use "u:\betas.dta", clear histogram b1