How can I export the contents of the Stata browse
window to MS Word?
I'm currently using the asdoc
command. However, any method outside "copy and paste" is acceptable.
my attempt
ssc install asdoc, replace
sysuse auto
asdoc, row( make, price, mpg, rep78, headroom, trunk, weight, length, turn, displacement, gear_ratio, foreign ) title(Test Table)