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
if condition "name global variable == " then enter the subroutineHi, I am trying to come up with an "if condition" that would allow me to enter parts of the code if…
Identify variables by their order in the datasetHi, I am working with a new feed of data every week (in real time). Therefore, as real time passes …
Import excel dataset to Stata with MM/DD/YYYY dates as 1st row / variableHi, I currently have a dataset that looks like that in Excel: Code: Code: * Example generated …
Generating unique id across variablesHello I have data in the following format where each firm is audited by either 1 or two auditors. …
Merging datasets for specific observations in a variableHi, I'm trying to merge two datasets (Disease_reshaped and DevelopmentStage) for only specific obse…
Subscribe to:
Post Comments (Atom)
0 Response to Labels on categorical variables lost when using esttab
Post a Comment