kappa: kappa statistic

Description Usage Arguments

View source: R/ModelMetrics.R

Description

Calculates kappa statistic. Currently build to handle binary values in actual vector.

Usage

1
kappa(actual, predicted, cutoff = 0.5)

Arguments

actual

A vector of the labels

predicted

A vector of predicted values

cutoff

A cutoff for the predicted values


JackStat/ModelMetrics documentation built on July 6, 2021, 9:48 a.m.