Hi all, I am generating many tables in Stata 13 using the tabstat command:
bysort state crop SizeGroup: tabstat var1...var 25 [w=we],by(year)
Is there any way to take these tables to excel? Need to generate a lot of tables and its difficult to copy manually.
Thanks
bysort state crop SizeGroup: tabstat var1...var 25 [w=we],by(year)
Is there any way to take these tables to excel? Need to generate a lot of tables and its difficult to copy manually.
Thanks
Comment