powered by
Plot accuracy.
# S3 method for clubproaccuracy plot(x, ...)
called for side-effects only
an object of class "clubproaccuracy"
ignored
Produces a mosaic plot of predictio naccuracy by category
mod <- club(rate ~ dose, data = caffeine) z <- accuracy(mod) plot(z)
Run the code above in your browser using DataLab