Learn R Programming

Covid19Wastewater (version 1.0.1)

show,random_linear_forest-method: display form for random_linear_forest class

Description

display form for random_linear_forest class

Usage

# S4 method for random_linear_forest
show(object)

Value

Prints to output a summary of the model

Arguments

object

object with class random_linear_forest

Examples

Run this code
data(Example_data, package = "Covid19Wastewater")
random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type)

Run the code above in your browser using DataLab