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