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

  1. Model 1
  2. Model 2
  3. Model 3
  4. Model 4
  5. Model 5
  6. 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:

  1. Model 1
  2. Model 2
  3. Model 3
  4. Model 4
  5. Model 5
  6. 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?

Model SelectionThis problem practicesapplication of proper model selection techniques, with a multiple

\f

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!