Skip to contents

Plot classification strength indices.

Usage

# S3 method for clubprocsi
plot(x, ...)

Arguments

x

an object of class "clubprocsi"

...

ignored

Value

called for side-effects only

Details

Produces dotplot showing classification strength for each individual.

Examples

mod <- club(rate ~ dose, data = caffeine)
z <- csi(mod)
plot(z)