n_ambiguous: Number of ambiguous classifications.

View source: R/utility.R

n_ambiguousR Documentation

Number of ambiguous classifications.

Description

Number of ambiguous classifications.

Usage

n_ambiguous(m)

Arguments

m

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

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)

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