plot.clubprothreshold {clubpro}R Documentation

Plot PCC as a function of binary category boundary location.

Description

Plot PCC as a function of binary category boundary location.

Usage

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

Arguments

x

an object of class "clubprothreshold"

...

ignored

Details

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

Value

called for side-effects only

Examples

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

[Package clubpro version 0.6.2 Index]