View source: R/library--analysis_tools--lm_rand_forest--info.R
gen_INCMSE | R Documentation |
get increased mean square error for each column
gen_INCMSE(tree_model)
tree_model |
random_linear_forest object you want the MSE of |
data.frame containing each column and its MSE increase
data(Example_data, package = "Covid19Wastewater")
model <- random_linear_forest(Example_data, 2, PMMoV ~ N1 + N2 | pcr_type)
gen_INCMSE(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.