| plot.clubproaccuracy | R Documentation | 
Plot accuracy.
## S3 method for class 'clubproaccuracy'
plot(x, ...)
| x | an object of class "clubproaccuracy" | 
| ... | ignored | 
Produces a mosaic plot of predictio naccuracy by category
called for side-effects only
mod <- club(rate ~ dose, data = caffeine)
z <- accuracy(mod)
plot(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.