plot.clubpropredictions: Plot predictions.

View source: R/predict.R

plot.clubpropredictionsR Documentation

Plot predictions.

Description

Plot predictions.

Usage

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

Arguments

x

an object of class "clubpropredictions"

...

ignored

Details

Produces a mosaic plot of observed versus predicted categories

Value

called for side-effects only

Examples

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

clubpro documentation built on June 22, 2024, 9:41 a.m.