Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export Stata table to Excel

    Dear Stata Users,

    Could you please help with finding a way to export tables from stata to excel "without using asdocx". One must pay for this code. and I can't have it again now.

    However, I am usually using "asdoc" which is very useful if one needs to export the table to word.

    I am using this code, and I will show it based on Stata example:
    Code:
    sysuse auto, clear
    by foreign: asdoc  sum price mpg rep78 headroom trunk weight length turn,  save(summarystatistics.doc)
    Although there are some ways discussed on this forum, I also need the standard deviation to be in parenthesis under the mean, which is not very clear for me how to do it.

    It is better for me to export it to excel.
    Thank you
    Jl
Working...
X