Question: ### CLASSIFICATION (7.0 points) (10) (10a) Load the following library functions. I already typed the R codes. Just execute them. ={r} library (rpart) library (rpart.plot)



\#\#\# CLASSIFICATION (7.0 points) (10) (10a) Load the following library functions. I already typed the R codes. Just execute them. ={r} library (rpart) library (rpart.plot) (10b) Run the decision tree for the prostatetrain data (training data frame) (to predict the diagnosis). {r} dTree {r} (11) Read the validation data prostatevalidate.csv and assign it to testing. (Note: validation data and testing data are used interchangeably). {r} testing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
