plot.clubprofit: Plot classification accuracy.

View source: R/classify.R

plot.clubprofitR Documentation

Plot classification accuracy.

Description

Plot classification accuracy.

Usage

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

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.

Value

called for side-effects only

Examples

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

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