powered by
Kappa calculates Kappa and (optionally) the associated standard deviation from a confusion matrix.
Kappa
Kappa(CMX, st.dev = TRUE)
if st.dev = FALSE, returns: Kappa.
st.dev
if st.dev = TRUE, returns a dataframe where:
Kappa.sd
a confusion matrix - output from cmx
cmx
a logical indicating whether the associated standard deviation should be calculated
Elizabeth Freeman eafreeman@fs.fed.us
The Kappa statistic summarizes all the available information in the confusion matrix. Kappa measures the proportion of correctly classified units after accounting for the probability of chance agreement.
cmx, pcc, sensitivity, specificity, auc
pcc
sensitivity
specificity
auc
data(SIM3DATA) Kappa(cmx(SIM3DATA)) Kappa(cmx(SIM3DATA),st.dev=FALSE)
Run the code above in your browser using DataLab