Learn R Programming

clubpro (version 0.6.1)

plot.clubprocsi: Plot classification strength indices.

Description

Plot classification strength indices.

Usage

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

Value

called for side-effects only

Arguments

x

an object of class "clubprocsi"

...

ignored

Details

Produces dotplot showing classification strength for each individual.

Examples

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

Run the code above in your browser using DataLab