plot.clubprocsi {clubpro} | R Documentation |
Plot classification strength indices.
Description
Plot classification strength indices.
Usage
## S3 method for class 'clubprocsi'
plot(x, ...)
Arguments
x |
an object of class "clubprocsi" |
... |
ignored |
Details
Produces dotplot showing classification strength for each individual.
Value
called for side-effects only
Examples
mod <- club(rate ~ dose, data = caffeine)
z <- csi(mod)
plot(z)
[Package clubpro version 0.6.2 Index]