mtryOptimization: mtry optimization

View source: R/mtryOptimization.R

mtryOptimizationR Documentation

mtry optimization

Description

Function to define mtry random forest parameter.

Usage

mtryOptimization(response,predictors,nrep)

Arguments

response

predicted variable.

predictors

set of predictors.

nrep

number of iteration.

Value

Plot the mtry value that minimize the mean out-of-bag error rate.

Examples

# mtryOptimization(response,predictors,100)

etiennelalechere/maturitymodelling documentation built on Dec. 9, 2022, 8:02 p.m.