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
gtfpch and teddf - Malmquist–Luenberger productivity indexHi I have been trying to use the gtfpch command in STATA 17, but I am continually returning the sam…
Problems collect commandHi all, I would like to use the collect command to customise how my regression table looks. However…
Aggregate BigData in Stata (similar to the Excel Function Pivot Tables)Hello guys, I am complete new in working with Stata and I tried to figure out how to aggregate a hu…
Identifying same type of name in string variableHello users, i have dataset where one variable is string and it contain name, weight etc. of the pro…
Command not workingI has install egenmore and ereplace through ssc install. After it, command ereplace v1 = seive(v1), …
Subscribe to:
Post Comments (Atom)
0 Response to How to use tabstat's "format" option with estpost? Getting Error
Post a Comment