## 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
gg_dta <- gg_rfsrc(airq_rf)
plot(gg_dta)
# Plot error rate for the forest
gg_dta <- gg_error(airq_rf)
plot(gg_dta)
Run the code above in your browser using DataLab