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
two way scatterI have a problem with two way scatter. I am using the following command to plot as in the followin…
Reshape wide -- categories as variables Code: +---------------------------------------------------------------------------------------…
rologit predict stdpHello, I am performing an rank-ordered logit analysis using the rologit Stata command. In post-esti…
Convergence not achieved (error 430) Dear STATALIST, I am estimating an endogenous switching regression model using the 'movestay' com…
Generate X(t) = 0.7X(t-1) + epHow to generate a series X(t) = 0.7*X(t-1) + ep where X(0) = 10 , ep is normal(0,1) and t = 1, 2, ..…
Subscribe to:
Post Comments (Atom)
0 Response to from stata to latex descriptive stat and ttest
Post a Comment