Learn R Programming

clubpro (version 0.6.1)

plot.clubprofit: Plot classification accuracy.

Description

Plot classification accuracy.

Usage

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

Value

called for side-effects only

Arguments

x

an object of class "clubprofit" produced by club()

...

ignored

Details

Produces bar plot showing counts of individuals against observed values within each target grouping. Fill colours indicate whether each individual was classified correctly, incorrectly or ambiguously.

Examples

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

Run the code above in your browser using DataLab