Skip to content

practicing with model subset selection using AIC, BIC, adjusted R squared

Notifications You must be signed in to change notification settings

melian98/model_subset_selection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

model_subset_selection

This repository contains the files associated to practice with model subset selection. A set of predictor vectors were made and used to create a response vector. Other unrelated vectors were then made and the model was used to predict the predictors related to the response as well as outputting their coefficients. AIC, BIC and adjusted R squared were the methods used alongside forward and backward stepwise selection

The files associated to this repository are as follows:

subset_selection.r : This file contains the r code used. The seed is set to ensure reproducibilty. The code will output

About

practicing with model subset selection using AIC, BIC, adjusted R squared

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages