I'm running in loop stepwize regression (PROC REG) for several thousand of dependent variables using about 50 independent variables.
I need to create report showing partial R-squared for every independent variable vs. each dependent variable.
It would be relatively easy task if I could output "Summary of Stepwise Selection" table from SAS PROC REG into data set.
I cannot find a way to do it.
Please help.
Thanks