Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSave beta coefficients for each independent variable in "ols_all_subset()" #41
Comments
|
Hi @TimmyKarl , I have added a new function
|
When running the 'ols_all_subset'-function, it would be nice to be able to save the beta-coefficients for each independent variable in each regression.
What I want to achieve is to be able to average the coefficients for every independent variable. So lets say I have 9 independent variables. In total, there will be 511 different regression models. Each variable was included in 256 models. I want to average these 256 beta-coefficients.