Hi all!
I need help with exporting the following table to excel for my thesis. The commands putexcel and extab don't seem to support the summarise command accompanied by the tabulate command.
For instance, I have used the following code
and it didn't work and it gave me error "using not allowed"
Moreover, I tried this command and the answer was as below.
Thank you for your consideration,
Sara
I need help with exporting the following table to excel for my thesis. The commands putexcel and extab don't seem to support the summarise command accompanied by the tabulate command.
Code:
tab nCurrRtg1 Action, summarize(cds) mean freq
Code:
putexcel A1 = matrix(r(table)',names) using results.xls, replace
Moreover, I tried this command and the answer was as below.
Code:
estpost tab nCurrRtg1 Action, summarize(cds) mean freq option summarize() not allowed r(198);
Sara
Comment