Quantcast
Channel: The Stata Blog - Latest Comments
Viewing all articles
Browse latest Browse all 1125

Re: Export tables to Excel

$
0
0

If the field you are tabulating, "operator" is a string variable then you will need to encode the variable before running the command.

Ex:
encode operator, generate(operator2)
tab2xl operator2, using temp_june10, col(2) row(2) replace


Viewing all articles
Browse latest Browse all 1125

Trending Articles