pcc_replicates: PCC replicates.

View source: R/cval.R

pcc_replicatesR 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))

clubpro documentation built on June 22, 2024, 9:41 a.m.