R/predict.R
plot.clubpropredictions.Rd
Plot predictions.
# S3 method for clubpropredictions plot(x, ...)
an object of class "clubpropredictions"
ignored
called for side-effects only
Produces a mosaic plot of observed versus predicted categories
mod <- club(rate ~ dose, data = caffeine) z <- predict(mod) plot(z)