summary,random_linear_forest-method | R Documentation |
summary method for linear forest class
## S4 method for signature 'random_linear_forest'
summary(object, ...)
object |
random_linear_forest being used |
... |
extra parameters ignored |
summary.random_linear_forest object
data(Example_data, package = "Covid19Wastewater")
model <- random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type)
summary(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.