cval {clubpro}R Documentation

Chance value.

Description

Chance value.

Usage

cval(m)

Arguments

m

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

Details

Compute the chance that randomly reordered data results in a percentage of correctly classified observations at least as high as the observed data.

Value

a numeric value.

Examples

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

[Package clubpro version 0.6.2 Index]