This document discusses various methods for model selection in linear regression, including backward elimination, forward selection, stepwise selection, and all-subset regression using the leaps package. It provides examples of using the step(), drop1(), and add1() functions in R, and generating and interpreting results from the regsubsets() function to evaluate all possible regression models and identify the best model based on criteria like adjusted R-squared and Mallow's Cp.