plot.clubpropredictions {clubpro} | R 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)
[Package clubpro version 0.6.2 Index]