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

summary,random_linear_forest-methodR Documentation

summary method for linear forest class

Description

summary method for linear forest class

Usage

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

Arguments

object

random_linear_forest being used

...

extra parameters ignored

Value

summary.random_linear_forest object

Examples

data(Example_data, package = "Covid19Wastewater")
model <-  random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type)
summary(model)

Covid19Wastewater documentation built on Aug. 25, 2023, 1:07 a.m.