Hello everyone.
I use the command below to determine the number of decimals in my table in Stata-17. However, I get different numbers of decimals in the last column (mean).
table (Q)(), statistic(frequency) statistic (sum income) statistic (percent income) statistic (mean income) nformat(%9.1f percent ) sformat("%s%%" percent )
I want all figures in the last column to be displayed with one decimal place. How should I modify my command?
I appreciate your time.
Related Posts with Format the number of decimals in Table command in Stata-17
System GMMHi I would like to appy twostep system GMM with xtabond2 command. But I am not sure whether my model…
Need alternative to using the total command with matrix var = [e(b)]Hello, I provided some code below, but briefly explain my issue first. I am creating tables in Sta…
Panel Dynamic Reg (xtabond) main coefficients are all insignificant, only year dummies are significant. What am I doing wrong?Hi, I am a student and for a class project, I am running panel data analysis, and now am in the dyna…
Entering missing calendar datesHi I have a health data set that has 1078 individuals and 75 variables and spans 7 years. Each indi…
DiD multiple same years across statesI am attempting DID with having states from one year 1991 being compared to states from 1992 and so …
Subscribe to:
Post Comments (Atom)
0 Response to Format the number of decimals in Table command in Stata-17
Post a Comment