| n_ambiguous {clubpro} | R Documentation | 
Number of ambiguous classifications.
Description
Number of ambiguous classifications.
Usage
n_ambiguous(m)
Arguments
| m | an object of class "clubprofit" produced by  | 
Details
Returns the number of observations which were classified ambiguously by the model.
Value
an integer.
Examples
mod <- club(rate ~ dose, data = caffeine)
n_ambiguous(mod)
[Package clubpro version 0.6.2 Index]