csi {clubpro} | R Documentation |
Classification strength indices.
Description
Classification strength indices.
Usage
csi(m)
Arguments
m |
an object of class "clubprofit" produced by |
Details
Returns a vector containing the classification strength index for each observation.
Value
a numeric vector.
Examples
mod <- club(rate ~ dose, data = caffeine)
csi(mod)
[Package clubpro version 0.6.2 Index]