Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm having trouble creating the R script for the model and plot. Graph the training and testing error against the number of trees using a

I'm having trouble creating the R script for the model and plot.

Graph the training and testing error against the number of trees using a classification random forest model for the presence of heart disease (target) using variables age (age), sex (sex), chest pain type (cp), resting blood pressure (trestbps), cholesterol measurement (chol), resting electrocardiographic measurement (restecg), exercise-induced angina (exang), slope of peak exercise (slope), and number of major vessels (ca). Use a maximum of 200 trees. Use set.seed(511038).

So far I have this

#forest regression model set.seed(511038)

model1

model1

Expected plot

image text in transcribed
.0 training set testing set 0.8 Classification Error 0.2 0.0 0 50 100 150 200 Number of Trees

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Physics For Scientists And Engineers

Authors: Raymond A Serway, John W Jewett

10th Edition

1337671711, 9781337671712

More Books

Students also viewed these Mathematics questions