forest_kappa: Calculate Cohen's Kappa from a randomForest object

Description Usage Arguments Value

View source: R/forest_kappa.R

Description

Calculte the training inter-rate agreement (Kappa) for a randomForest model. The votes cast during out-of-bag (OOB) predictions are used for the predicition of class.

Usage

1
forest_kappa(model)

Arguments

model

a randomForest classification model

Value

a numeric value for the overall inter-rate agreement (Kappa)


wilsontom/modelmisc documentation built on Nov. 22, 2019, 12:22 a.m.