Learn R Programming

clubpro (version 0.6.1)

threshold: Classification strength indices.

Description

Classification strength indices.

Usage

threshold(m)

Value

an object of class clubprothreshold

Arguments

m

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

Details

Returns a vector containing the classification strength index for each observation.

Examples

Run this code
mod <- club(width ~ location, data = jellyfish)
threshold(mod)

Run the code above in your browser using DataLab