Learn R Programming

clubpro (version 0.6.1)

plot.clubpropredictions: Plot predictions.

Description

Plot predictions.

Usage

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

Value

called for side-effects only

Arguments

x

an object of class "clubpropredictions"

...

ignored

Details

Produces a mosaic plot of observed versus predicted categories

Examples

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

Run the code above in your browser using DataLab