Hello everyone,
I'm trying to run the below loop and store the estimates of each regression model; however, for some reason, the regression outputs are not stored. There is also no error, but simply as if the est store command is not being performed. Could anyone perhaps help out on this?
foreach j of varlist r_SMALLL - r_BIGH {
reg `j' r_a b c, robust
est store model_`j'
}
Thank you in advance!
Related Posts with Storing loop regression outputs
Time trends in panel dataHi master, I have the following regression of panel data using fixed effects, I was wondering after…
How to calculate OLS R-square from FE model estimationHi all, The FE model estimates R-squares corresponding to: within, between and overall equations. H…
How to define date from 2000 in StataDear all, I need to calculate age using date of birth (dob) and survey submission date (end_date). …
Subtract number and character separately from a string variableI have a string variable (Size) that contains numbers and characters. I want to subtract number and …
Esttab with longtable optionI am exporting a regression table to LaTeX using the community contributed esttab command with longt…
Subscribe to:
Post Comments (Atom)
0 Response to Storing loop regression outputs
Post a Comment