There has been some useful table1 package, such as table1 and table1_mc. However, they can not show the statistics value (Chi-square, t-value, and so on).
Is there a package that covers this function like the below?
Thank you!
sysuse auto
ssc install table1_mc
ssc install table1_mc
sysuse auto, clear table1_mc, by(foreign) vars(price conts \ weight contn \ rep78 cat) onecol format(%9.2f) nformat(%12.0f) percformat(%9.2f) sdleft(" ± ") sdright("") nospace
Comment