Hi Statalisters.
I am trying to incorporate key results from 5 model runs into a summary table using esttab. While all the values carry over well, all the variable names (most of which apply to categorical variables) fall off (although they exist in the standard Stata output). Also the information for each model run does not fit nicely into distinct columns. Here's my code:
reg rel ib0.i.mat, noconstant
estimates store S1
reg rel ib0.i.mat ib0.i.age, noconstant
estimates store S2
reg rel ib0.i.mat ib0.i.age i.gen i.inc, noconstant
estimates store S3
reg rel ib0.i.mat ib0.i.age i.gen i.inc ib0.i.ed, noconstant
estimates store S4
reg rel ib0.i.mat ib0.i.age i.gen i.inc ib0.i.ed ib0.i.rel, noconstant
estimates store S5
esttab S1 S2 S3 S4 S5
I would really appreciate any assistance with this.
Related Posts with Labels on categorical variables lost when using esttab
10000 posts by William LisowskiCongratulations William Lisowski on reaching the milestone of 10,000 posts on Statalist! Your contri…
Need some help dealing with duplicatesHi all, I need some help with dealing with duplicates in my data. I have something like this: va…
Discrete Choice Experiment - Fractonnial factorial designDear collegues, As PhD student, I want to set up a Discrete Choice Experiment in a consumers survey…
Very large T- StatisticsHi Stata Community, I'm running some regressions using Fixed Effect Methodology. The issue is that t…
Mediation effects with MLM?I'm trying to do a somewhat tricky mediation test. Basically, I'm looking at the relationship betwee…
Subscribe to:
Post Comments (Atom)
0 Response to Labels on categorical variables lost when using esttab
Post a Comment