Hello,
I am running around 100 regressions in a loop. The Dependent variable is changing, while the Indep variable is fixed. I want to compile the betas, p-values and R^2 from these regression equations.
Following is my simple loop:
foreach por of varlist por1-por100 {
regress `por' mkt
}
What's the best way to compile the regression output?
I will appreciate if someone can please help.
I am running around 100 regressions in a loop. The Dependent variable is changing, while the Indep variable is fixed. I want to compile the betas, p-values and R^2 from these regression equations.
Following is my simple loop:
foreach por of varlist por1-por100 {
regress `por' mkt
}
What's the best way to compile the regression output?
I will appreciate if someone can please help.