export excel using "excel文件名", sheetreplace firstrow(variables)
或者用file菜单的export。
描述性统计:
logout, save(summ) excel replace: tabstat 变量, stats(n mean sd min p50 max) columns(statistics)
回归结果:
regress
estimates store **
esttab ** using myout1.csv, replace compress b(%9.4f) scalars(N r2 F p) nogap
也可以用outreg,outreg2。
详细用法请help。
没有esttab、outreg等的话请ssc install 。