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
Spatial Panel Econometric Analysis Omitted Variable problem.Hello. I want to do spatial panel econometric analysis. I'm using gravity model. In the gravitationa…
How to do a logit random effects in mata?Dear statalists: I want to do a logit random effects in mata.I have refered the xtlogit ,re in Camer…
Stata command: ScalarHey Guys, i am a master's degree student in finance. For my master thesis i model the value at risk…
OLS, PPML, xtpoisson, xtqpmlHi am running a gravity equation with a large number of countries (i.e. 120 reporter and 120 partner…
Westerlund error-correction-based panel cointegration testsDear all, I am trying to do panel cointegration test using xtwest command or using Westerlund(2007) …
Subscribe to:
Post Comments (Atom)
0 Response to from stata to latex descriptive stat and ttest
Post a Comment