Dear members,
I am a beginner in stata, and would like to ask you how to you export tables to excel?
Copy pasting messes up when there are long names of variables, or when there are too many observations in the table (in which case, the scroll up does not happen anymore).
Commands such as eststab are unrecognized and I am using Stata 15.1.
For example, take the following dataset and table and please help me understand how I can put it in excel directly.
.sysuse auto
.tab foreign length
If I need to install commands, it will be very helpful if you can help me with it, along with the syntax when I use it.
Thanks in advance,
Kusum
I am a beginner in stata, and would like to ask you how to you export tables to excel?
Copy pasting messes up when there are long names of variables, or when there are too many observations in the table (in which case, the scroll up does not happen anymore).
Commands such as eststab are unrecognized and I am using Stata 15.1.
For example, take the following dataset and table and please help me understand how I can put it in excel directly.
.sysuse auto
.tab foreign length
If I need to install commands, it will be very helpful if you can help me with it, along with the syntax when I use it.
Thanks in advance,
Kusum
Comment