Home > Software

Multiple Linear Regression Subset Selection

This program selects the subset of independent variables that best predict/explain the dependent variable. It performs an exhaustive search through all possible combinations of variables, and calculates residual sum of squares, R2, adjusted R2, significance F, prior, likelihood, posterior, AIC, BIC, Mallows’s Cp. All in C++.

Download:


Valid XHTML 1.1! | Valid CSS!