plot.clubprothreshold: Plot PCC as a function of binary category boundary location.

View source: R/threshold.R

plot.clubprothresholdR 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)

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