powered by
sensitivity calculates the sensitivity and (optionally) the associated standard deviation from a confusion matrix.
sensitivity
sensitivity(CMX, st.dev = TRUE)
if st.dev = FALSE, returns: sensitivity.
st.dev
if st.dev = TRUE, returns a dataframe where:
sensitivity.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
Sensitivity is the proportion of observed positives correctly predicted, and reflects a model's ability to predict a presence given that a species actually occurs at a location.
cmx, pcc, specificity, Kappa, auc
pcc
specificity
Kappa
auc
data(SIM3DATA) sensitivity(cmx(SIM3DATA)) sensitivity(cmx(SIM3DATA),st.dev=FALSE)
Run the code above in your browser using DataLab