Skip to contents

Plot accuracy.

Usage

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

Arguments

x

an object of class "clubproaccuracy"

...

ignored

Value

called for side-effects only

Details

Produces a mosaic plot of predictio naccuracy by category

Examples

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