Hi everyone!
I'm working on same descriptive statistics and ttest tables on Stata and I want to export them on latex.
In particular I want a table with different panels.
For example:
Panel A contains tabstat and ttest of variables x y z
Panel B contains tabstat and ttest of variables a b c
my commands are the following:
tabstat x y z, s(count mean median min max sd) c(statistics)
ttest x==0
ttest y==0
ttest z==0
tabstat a b c, s(count mean median min max sd) c(statistics)
ttest a==0
ttest b==0
ttest c==0
And then I report manually on latex.
Do you have any idea on how to do it automatically, keeping also the division of panel A and panel B on latex?
Thanks for you help
Andrea
Related Posts with from stata to latex descriptive stat and ttest
Fixed EffectsDear Statalists, I have a question regarding fixed effects models: if I am trying to measure the im…
Collapse by partial groupI have a big dataset of county level demographics "County Statename Year Agegroup" where agegroup …
Mixed regression contrastsDear Listers, Using -contrast- after the -mixed- command allows you to test the main and interactio…
do we have user-command like reghdfe for logit or probit models?Thanks for your infomation! …
Fixed Effectsdear Statalists, I discovered recently that an independent variable, which I was using in a fixed e…
Subscribe to:
Post Comments (Atom)
0 Response to from stata to latex descriptive stat and ttest
Post a Comment