plot.clubprorand {clubpro} | R 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 |
... |
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))
[Package clubpro version 0.6.2 Index]