Learn R Programming

clubpro (version 0.6.1)

n_ambiguous: Number of ambiguous classifications.

Description

Number of ambiguous classifications.

Usage

n_ambiguous(m)

Value

an integer.

Arguments

m

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

Details

Returns the number of observations which were classified ambiguously by the model.

Examples

Run this code
mod <- club(rate ~ dose, data = caffeine)
n_ambiguous(mod)

Run the code above in your browser using DataLab