Dear all,
I am trying to export desriptive "summarize" data from stata to excel.
When trying putexcel I am not alowed to use "using" .
Commands looks as follows : putexcel A1=("Observations") B1=("mean") C1=("sd") D1=("min") E1=("max") using summary_DV.
I have also tried esout: with the following command :
ssc install estout
estpost summarize digital_transformation_keywords digitalization_keywords digital_transformation_keywords
esttab, cells ("observations mean sd min max")
However than I still don't see how it becomes an excel file?
Best,
Sanne
I am trying to export desriptive "summarize" data from stata to excel.
When trying putexcel I am not alowed to use "using" .
Commands looks as follows : putexcel A1=("Observations") B1=("mean") C1=("sd") D1=("min") E1=("max") using summary_DV.
I have also tried esout: with the following command :
ssc install estout
estpost summarize digital_transformation_keywords digitalization_keywords digital_transformation_keywords
esttab, cells ("observations mean sd min max")
However than I still don't see how it becomes an excel file?
Best,
Sanne

Comment