Learn R Programming

clubpro (version 0.6.1)

pcc: Percentage of correct classifications.

Description

Percentage of correct classifications.

Usage

pcc(m)

Value

a numeric value.

Arguments

m

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

Details

Returns the percentage of correctly classified observations.

Examples

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

Run the code above in your browser using DataLab