Skip to contents

Plot PCC replicates.

Usage

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

Arguments

x

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

...

ignored

Value

no return value, called for side effects only.

Details

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

Examples

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