Multiple Choice
If RFclass is an object created by the randomForest command, what is RFclass$predicted?
A) A variable called "predicted" in the data frame used to create RFclass
B) An automatically generated element of RFclass containing predictions of the outcome variable
C) A variable added to RFclass after using the predict command
D) A variable added to the data frame used to create RFclass after using the predict command
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The same random forest model with the
Q3: The randomForest command is ….<br>A) Part of
Q4: If RFclass is an object created by
Q5: Fill-In. What is the name of the
Q6: With random forests, categorical variables may be
Q8: In random forest solutions, there is no
Q9: What will increasing the size of the
Q10: Fill-In. Developing a random forest model with
Q11: Which is an "ensemble" method?<br>A) Classification trees<br>B)
Q12: Is this a true statement: "The more