R/csi.R
plot.clubprocsi.Rd
Plot classification strength indices.
# S3 method for clubprocsi plot(x, ...)
an object of class "clubprocsi"
ignored
called for side-effects only
Produces dotplot showing classification strength for each individual.
mod <- club(rate ~ dose, data = caffeine) z <- csi(mod) plot(z)