R/utility.R
n_ambiguous.Rd
Number of ambiguous classifications.
n_ambiguous(m)
an object of class "clubprofit" produced by club()
club()
an integer.
Returns the number of observations which were classified ambiguously by the model.
mod <- club(rate ~ dose, data = caffeine) n_ambiguous(mod) #> [1] 0