Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 338 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 338 Bytes

subset_selection

Using 2016 MLB data, using Subset Selection approach to identify a subset of p predictors that are related to the salary variable..

Computing the C_p, AIC, BIC and R-square adjusted to find the best model.

Based on the lowest BIC (1.063821) the following variables predict salary (height, G, AB, 2B, 3B, RBI, SO, PA)