Question: Model Selection This problem practicesapplication of proper model selection techniques, with a multiple linear regression model. We will continue working with the predictive model using
Model Selection
This problem practicesapplication of proper model selection techniques, with a multiple linear regression model.
We will continue working with the predictive model using multiple linear regression. However, we will now consider selection between 6 possible models:
Model 1:Volume = ?0 + ?1Girth + ?2Height + ?3Girth * Height + ?4Girth2 + ?5Girth2 * Height
Volume=?0+?1Girth+?2Height+?3Girth?Height+?4Girth2+?5Girth2?Height
Model 2:Volume = ?0 + ?1Girth + ?2Height
Model 3:Volume = ?0 + ?1Girth + ?2Height + ?3Girth * Height
Model 4:Volume = ?0 + ?1Girth + ?2Height + ?4Girth2 + ?5Girth2 * Height
Model 5:Volume = ?0 + ?4Girth2 + ?5Girth2 * Height
Model 6:Volume = ?0 + ?5Girth2 * Height
Note: This problem continues to use the data contained inTrees.csv(Links to an external site.).Reference with description of the original measurements may be found at:(Links to an external site.)
https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/trees.html(Links to an external site.)
Use LOOCV (noten= 31) method to calculateCV(31) foreachof Models 1-6.
Report theCV(31) for Models 1 and 2.
Question 1:
Model1:CV(31) =
Question 2
Model2:CV(31) =
Question 3
Enter your R code for computing the CV(31)measure for Model 1 below.
Question 4
Which model would you select based on the values ofCV(31)
Choose One Answer
- Model 1
- Model 2
- Model 3
- Model 4
- Model 5
- Model 6
Question 5
Explainwhy you chose the model selected in the previous question.
Split the data use 5-fold cross-validation method to calculateCV(5) foreachof Models 1-6.Report theCV(5) for Models 1 and 2.
Question 6
Model1:CV(5) =
Question 7
Model2:CV(5) =
Question 8
Which model would you select based on the values ofCV(5)
Choose one of the following:
- Model 1
- Model 2
- Model 3
- Model 4
- Model 5
- Model 6
Question 9
Considering the form of the model that was selected by 5-fold cross-validation, why does this model make sense from a practical standpoint?

\f
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
