powered by
Plot PCC as a function of binary category boundary location.
# S3 method for clubprothreshold plot(x, ...)
called for side-effects only
an object of class "clubprothreshold"
ignored
Produces an xyplot showing the PCC returned for each possible category boundary.
mod <- club(rate ~ dose, data = caffeine) z <- threshold(mod) plot(z)
Run the code above in your browser using DataLab