Learn R Programming

clubpro (version 0.6.1)

plot.clubprothreshold: 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 clubprothreshold
plot(x, ...)

Value

called for side-effects only

Arguments

x

an object of class "clubprothreshold"

...

ignored

Details

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

Examples

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

Run the code above in your browser using DataLab