Hi!
I have encountered some problems while trying to export my summary statistics to an excel file.
Please find below my codes:
local LFPworking_Sum "work_earning1 work_hrs1 work_earning2 work_hrs2"
foreach var in `LFPworking_Sum' {
estpost tabstat `var' if survey_string == "2f" & work == 1, statistics (mean sd n) columns(statistics)
esttab using Section4_LFPworking_Sum.xls, cells(mean sd n) append
}
The commands have successfully exported the result to a single excel file. However, the formatting is all wrong and unreadable. Please refer to the attached screenshot.

Could someone kindly help?
Millions of thanks in advance!
I have encountered some problems while trying to export my summary statistics to an excel file.
Please find below my codes:
local LFPworking_Sum "work_earning1 work_hrs1 work_earning2 work_hrs2"
foreach var in `LFPworking_Sum' {
estpost tabstat `var' if survey_string == "2f" & work == 1, statistics (mean sd n) columns(statistics)
esttab using Section4_LFPworking_Sum.xls, cells(mean sd n) append
}
The commands have successfully exported the result to a single excel file. However, the formatting is all wrong and unreadable. Please refer to the attached screenshot.
Could someone kindly help?
Millions of thanks in advance!

Comment