cval: Chance value.

View source: R/cval.R

cvalR 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)

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