CCRatio.boot: Compute ratio contrasts of chains of joint empirical...

Description Usage Arguments Details

Description

Compute contrasts of chains of joint empirical distributions. For internal use.

Usage

1
2
3
CCRatio.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 list of two contrast matrices, in entries numC and denC of the list; ncol(numC) and ncol(denC) should be the same the number of strata in x

type

a single character string, naming a contrast type available in contrMatRatio in package mratios, see ?contrMatRatio for details

Details

Testversion. For internal use.


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

Related to CCRatio.boot in BSagri...