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
logit and marginsDear All, I use the dataset margex and the command margins in order to replicate an example I saw i…
Plotting a subset of a sample (%) using a barchartHi, I am trying to plot the share of male smokers of the population against the 4 education categor…
event study using GARCH and obtaining Cumulative abnormal volatilityDear statalisters, I am currently doing an event study to test the effect of terrorists events on t…
Problem with tokenize a local variable using mata and tabstatmatHi all, I am trying to get label names from a tabstat matrix, I am using tabstatmat ado, an example…
GSEM: Using a latent variable as an explanatory variable in the multinomial logistic regressionHi, Is it possible to use CFA outputs, latent variables, as explanatory (independent) variables in …
Subscribe to:
Post Comments (Atom)
0 Response to Storing loop regression outputs
Post a Comment