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
Gravity model with PPMLDear all. I am a completely new user of Stata. I am currently working in a international trade res…
Aggregating units in a control groupI am trying to draw a common pre-trend graph for a diff-in-diff design. My treatment group is made o…
linktest interpretationHi all, Could you please help in interpreting the below result of the link test (attached). Also, I…
Create a scatter plot with quartiles (visualisation)Hi folks. I hope this isn't a silly question, but still learning how to work with Stata. I am tryin…
Transfer variable labels from excel list into stata datasetDear colleagues. For various data-release/red-tape reasons, I have been given a Stata dataset (wide…
Subscribe to:
Post Comments (Atom)
0 Response to Labels on categorical variables lost when using esttab
Post a Comment