plot.clubprorand: Plot PCC replicates.

View source: R/cval.R

plot.clubprorandR Documentation

Plot PCC replicates.

Description

Plot PCC replicates.

Usage

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

Arguments

x

an object of class "clubprofit" produced by club()

...

ignored

Details

Plot the distribution of PCCs computed from randomly reordered data used to calculate the chance-value.

Value

no return value, called for side effects only.

Examples

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

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