R/accuracy.R
plot.clubproaccuracy.Rd
Plot accuracy.
# S3 method for clubproaccuracy plot(x, ...)
an object of class "clubproaccuracy"
ignored
called for side-effects only
Produces a mosaic plot of predictio naccuracy by category
mod <- club(rate ~ dose, data = caffeine) z <- accuracy(mod) plot(z)