Learn R Programming

clubpro (version 0.6.1)

plot.clubproaccuracy: Plot accuracy.

Description

Plot accuracy.

Usage

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

Value

called for side-effects only

Arguments

x

an object of class "clubproaccuracy"

...

ignored

Details

Produces a mosaic plot of predictio naccuracy by category

Examples

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

Run the code above in your browser using DataLab