Learn R Programming

Covid19Wastewater (version 1.0.1)

gen_INCMSE: get increased mean square error for each column

Description

get increased mean square error for each column

Usage

gen_INCMSE(tree_model)

Value

data.frame containing each column and its MSE increase

Arguments

tree_model

random_linear_forest object you want the MSE of

Examples

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

Run the code above in your browser using DataLab