Learn R Programming

clubpro (version 0.6.1)

pcc_replicates: PCC replicates.

Description

PCC replicates.

Usage

pcc_replicates(m)

Value

an object of class clubprorand.

Arguments

m

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

Details

Returns an object containing a vector of PCC replicates used to calculate the chance-value.

Examples

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

Run the code above in your browser using DataLab