Compute contrasts of chains of joint empirical distributions. For internal use.
CCRatio.boot(x, cmat = NULL,
type = c("Dunnett", "Tukey", "Sequen", "Williams",
"Changepoint", "McDermott", "GrandMean", "Marcus"))
an object of class "boot" as can be obtained by callinf boot
in package boot with stratified bootstrap
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
a single character string, naming a contrast type available in contrMatRatio
in package mratios, see ?contrMatRatio
for details
Testversion. For internal use.