Learn R Programming

Covid19Wastewater (version 1.0.1)

summary,random_linear_forest-method: summary method for linear forest class

Description

summary method for linear forest class

Usage

# S4 method for random_linear_forest
summary(object, ...)

Value

summary.random_linear_forest object

Arguments

object

random_linear_forest being used

...

extra parameters ignored

Examples

Run this code
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