R/pcc.R
pcc.Rd
Percentage of correct classifications.
pcc(m)
an object of class "clubprofit" produced by club()
club()
a numeric value.
Returns the percentage of correctly classified observations.
mod <- club(rate ~ dose, data = caffeine) pcc(mod) #> [1] 60