Learn R Programming

clubpro (version 0.6.1)

plot.clubprorand: Plot PCC replicates.

Description

Plot PCC replicates.

Usage

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

Value

no return value, called for side effects only.

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.

Examples

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

Run the code above in your browser using DataLab