Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pcc

Percent Correctly Classified


Description

pcc calculates the percent correctly classified and (optionally) the associated standard deviation from a confusion matrix.

Usage

pcc(CMX, st.dev = TRUE)

Arguments

CMX

a confusion matrix - output from cmx

st.dev

a logical indicating whether the associated standard deviation should be calculated

Details

Percent Correctly Classified is simply the proportion of test observations that are correctly classified.

Value

if st.dev = FALSE, returns: PCC percent correctly classified.

if st.dev = TRUE, returns a dataframe where:

[1,1] PCC percent correctly classified
[1,2] PCC.sd standard deviation of PCC

Author(s)

Elizabeth Freeman eafreeman@fs.fed.us

See Also

Examples

data(SIM3DATA)

pcc(cmx(SIM3DATA))

pcc(cmx(SIM3DATA),st.dev=FALSE)

PresenceAbsence

Presence-Absence Model Evaluation

v1.1.10
Unlimited
Authors
Elizabeth Freeman
Initial release
2022-02-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.