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
bootstrap with replacement - roctabHi, I am running roctab to find the ROC area. We have repeated measures - some subjects have two ob…
Propensity score matching (psmatch2) for clustered dataHello everyone, I'm trying to implement propensity score matching (PSM) in a situation of clustered…
PkequivHi, I am using the pkequiv function to compare plasma levels between two medicinal solutions, do i n…
Power calculations with IVHello (from a new member), Can someone guide me on how to do power calculations in stata to show th…
dummy=1 over a period when a condition satisfiesIt is tough to explain but i will try my best. "Surge" is the dummy variable i created for capital f…
Subscribe to:
Post Comments (Atom)
0 Response to Storing loop regression outputs
Post a Comment