Code:
webuse auto, clear tabstat price trunk weight, stat(mean) by(make) format(%9.0fc) estimate store summary esttab summary using "summarystats1.tex", replace cells("price trunk weight") nonumb noobs
May I ask how I can do this?
I really appreciate any help you can provide.
Comment