Skip to contents

Plot PCC as a function of binary category boundary location.

Usage

# S3 method for clubprothreshold
plot(x, ...)

Arguments

x

an object of class "clubprothreshold"

...

ignored

Value

called for side-effects only

Details

Produces an xyplot showing the PCC returned for each possible category boundary.

Examples

mod <- club(rate ~ dose, data = caffeine)
z <- threshold(mod)
plot(z)