powered by
Plot predictions.
# S3 method for clubpropredictions plot(x, ...)
called for side-effects only
an object of class "clubpropredictions"
ignored
Produces a mosaic plot of observed versus predicted categories
mod <- club(rate ~ dose, data = caffeine) z <- predict(mod) plot(z)
Run the code above in your browser using DataLab