powered by
summary method for linear forest class
# S4 method for random_linear_forest summary(object, ...)
summary.random_linear_forest object
random_linear_forest being used
extra parameters ignored
data(Example_data, package = "Covid19Wastewater") model <- random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type) summary(model)
Run the code above in your browser using DataLab