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
Modified Herfindahl–Hirschman (MHHI) Calculation*Dear all, I am new to STATA and tried to calculate a measure that captures the ownership concentrat…
How to run firm and industry*year fixed effects with reghdfe?In my dataset, TYPE2, INDC32, region2, and yr stand for firms, industry,region, and time. Normally, …
How to get rid of unwanted characters based on a varying pattern?If I have the following string variable with these entries: median_age_____ median_age_group1__ med…
pwcompare does not generate letters for the groupHi, I am running the mlogit model and using the pwcomapre would like to compare the margins. The out…
I want to duplicate values of a variable for the same identifierHello, I am working with a dataset that has households' IDs matched with individuals' IDs, so that …
Subscribe to:
Post Comments (Atom)
0 Response to Labels on categorical variables lost when using esttab
Post a Comment