Skip to contents

Plot predictions.

Usage

# S3 method for clubpropredictions
plot(x, ...)

Arguments

x

an object of class "clubpropredictions"

...

ignored

Value

called for side-effects only

Details

Produces a mosaic plot of observed versus predicted categories

Examples

mod <- club(rate ~ dose, data = caffeine)
z <- predict(mod)
plot(z)