## The data was built with the following command
airq_rf <- rfsrc(Ozone ~ ., data = airquality, na.action = "na.impute")
# Plot predicted values for the training data
ggobj <- gg_rfsrc(airq_rf)
plot(ggobj)
# Plot error rate for the forest
ggobj <- gg_error(airq_rf)
plot(ggobj)
Run the code above in your browser using DataLab