pcc_replicates {clubpro}R Documentation

PCC replicates.

Description

PCC replicates.

Usage

pcc_replicates(m)

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.

Value

an object of class clubprorand.

Examples

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

[Package clubpro version 0.6.2 Index]