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
conditional encodeIt seems that I am blindfolded: Although I tried and looked for about half an hour, I can't see my c…
Locpoly issueWe are working on a panel primary survey socioeconomic data. We are trying to compare semiparametric…
Making graphs of costs within weeksHello! I faced with a problem of making graphs. I have the following task. There are files from 2006…
Treatment group is omitted because of collinearity I am using a difference-in-difference strategy with fixed effects -xtreg...,fe robust-. I am using …
STATA Not giving resultsFriends, I have this on table; I fitted a random slope model. But i am very surprised that STATA pr…
Subscribe to:
Post Comments (Atom)
0 Response to Storing loop regression outputs
Post a Comment