Skip to contents

PCC replicates.

Usage

pcc_replicates(m)

Arguments

m

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

Value

an object of class clubprorand.

Details

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

Examples

mod <- club(rate ~ dose, data = caffeine)
head(pcc_replicates(mod))
#>          [,1]
#> [1,] 63.33333
#> [2,] 63.33333
#> [3,] 53.33333
#> [4,] 60.00000
#> [5,] 56.66667
#> [6,] 60.00000