Code:
// get data use "http://www.stata-press.com/data/r9/nlswork.dta", clear xtset idcode year // run regression reghdfe ttl_exp age not_smsa msp nev_mar , abs(idcode year) cluster(idcode) // store numbers local rmse = `e(rmse)' // export putexcel A1= (`rmse') using "export.xlsx" , modify // this works
The "ereturn list" does not suggest any helpful info, e(V) contains only the covariance matrix.
0 Response to export specific regression table outputs to excel
Post a Comment