Hello everyone,
I would like to use the equivalent of a collect export command after table in stata 15. I know that in stata 17 I can use collect export, but in STATA 15 I can't seem to find a similar solution. What I need is to be able to export the results from:
I do not put any data because my problem here is to know whether there is a "collect export" version for stata 15 (and google could not help).
Can someone help?
Thanks,
Dalila
I would like to use the equivalent of a collect export command after table in stata 15. I know that in stata 17 I can use collect export, but in STATA 15 I can't seem to find a similar solution. What I need is to be able to export the results from:
Code:
table (country) (region), c(mean GDP)
Can someone help?
Thanks,
Dalila

Comment