Plot summary analysis of the boosting analysis.
# S3 method for boostmtree
plot(x, use.rmse = TRUE, path_saveplot = NULL, Verbose = TRUE, ...)
An object of class (boostmtree, grow)
or
(boostmtree, predict)
.
Report performance values in terms of standardized root-mean-squared-error (RMSE) or mean-squared-error (MSE)? Default is standardized RMSE.
Provide the location where plot should be saved. By default the plot will be saved at temporary folder.
Display the path where the plot is saved?
Further arguments passed to or from other methods.
Plot summary output, including predicted values and residuals. Also plots various parameters against the number of boosting iterations.
Pande A., Li L., Rajeswaran J., Ehrlinger J., Kogalur U.B., Blackstone E.H., Ishwaran H. (2017). Boosted multivariate trees for longitudinal data, Machine Learning, 106(2): 277--305.