pcc {clubpro} | R Documentation |
Percentage of correct classifications.
Description
Percentage of correct classifications.
Usage
pcc(m)
Arguments
m |
an object of class "clubprofit" produced by |
Details
Returns the percentage of correctly classified observations.
Value
a numeric value.
Examples
mod <- club(rate ~ dose, data = caffeine)
pcc(mod)
[Package clubpro version 0.6.2 Index]