random_linear_forest-class | R Documentation |
random_linear_forest model class using a random forest of linear forest models
random_linear_forest object
formula
formula used to create trees and linear models
models
list of each tree model in model
data
data.frame of the input data
resid
numeric vector of residuals
inbag_data
list of data.frame each model trained on
oob_data
list of data.frame containing info model not trained on
oob_resid
numeric vector of oob residuals
inc_mse
% increased mean squared error
data("Example_data", package = "Covid19Wastewater")
random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.