CCDiff.boot: Compute contrasts of chains of joint empirical distributions.

Description Usage Arguments Details

Description

Compute contrasts of chains of joint empirical distributions obtained by stratified bootstrap. For internal use.

Usage

1
2
3
CCDiff.boot(x, cmat = NULL,
 type = c("Dunnett", "Tukey", "Sequen", "Williams",
 "Changepoint", "McDermott", "GrandMean", "Marcus"))

Arguments

x

an object of class "boot" as can be obtained by callinf boot in package boot with stratified bootstrap

cmat

an optional contrast matrix, ncol(cmat) should be the same the number of strata in x

type

a single character string, naming a contrast type available in contrMat in package multcomp, see ?contrMat for details

Details

Testversion. For internal use.


BSagri documentation built on May 2, 2019, 8:29 a.m.

Related to CCDiff.boot in BSagri...