pcc: Percentage of correct classifications.

View source: R/pcc.R

pccR Documentation

Percentage of correct classifications.

Description

Percentage of correct classifications.

Usage

pcc(m)

Arguments

m

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

Details

Returns the percentage of correctly classified observations.

Value

a numeric value.

Examples

mod <- club(rate ~ dose, data = caffeine)
pcc(mod)

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