Answered step by step
Verified Expert Solution
Question
1 Approved Answer
8.R You are trying to reproduce the results of the R labs, so you run the following command in R: > library(tree) As a response,
8.R You are trying to reproduce the results of the R labs, so you run the following command in R: > library(tree) As a response, you see the following error message: Error in library(tree) : there is no package called tree What went wrong?
a) You meant to use 'require(tree)'
b) You meant to use 'library("tree")'
c) The tree package is not installed on your computer
d) Nothing is wrong, that error message could not be produced by R
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started