Hi,
I have a time variable in Stata internal form. I am trying to calculate it's summary statistics by group and then exporting it to latex. However, when I export it, I want the figures to be in Human Readable Format and not Stata internal form. Usually, the "format" option of summarize/tabstat gives us human readable format however when used with estpost, I get the following error - "option format not allowed".
This is my code:
estpost tabstat total_time, by(group) c(s) stat(n mean min max), format
esttab . using "TotalTime.tex", cells("n mean min max") label nodepvar replace
How can I solve this?
Related Posts with How to use tabstat's "format" option with estpost? Getting Error
Mixed effects generalized linear modeling (meglm) cannot compute an improvement -- discontinuous region encounteredHello, I'm running meglm models because it involves two levels (team and individual) and the depend…
"type mismatch" in collapseDear all, I'm getting the error message Code: type mismatch (r109) using the collapse function Co…
rdplot (part of rdrobust) problem?Dear All, This is a related problem as here (https://www.statalist.org/forums/for...ange-in-x-axis).…
Blinder-Oaxaca DecompositionHello! I am trying to perform a Blinder Oaxaca Decomposition on the log of hourly wages for the gen…
Estpost with stata 16Hi, I'm using stata 16 and I 'd like to use estpost for a ttest but it doesn't work (command estpost…
Subscribe to:
Post Comments (Atom)
0 Response to How to use tabstat's "format" option with estpost? Getting Error
Post a Comment