Hi,
just like someone else, I have trouble exporting the results of xtsum (see link below). However, I am trying to export to excel and not LaTeX.
I am using Stata 13 and I tried to export the results of xtsum via putexcel. I created a local for my covariates and used the following code:
However, it does not work. It only gives me a "matrix" in Excel with two cells (A2="r1", B1="c1"). Is there any quick and elegant way to get the entire xtsum output to excel?
Thanks for your help!
/R
just like someone else, I have trouble exporting the results of xtsum (see link below). However, I am trying to export to excel and not LaTeX.
I am using Stata 13 and I tried to export the results of xtsum via putexcel. I created a local for my covariates and used the following code:
Code:
xtsum `all' putexcel A1=matrix(r(table), names) using "Test.xls", sheet("xtsum", replace)
Thanks for your help!
/R
Comment