Compute contrasts of chains of joint empirical distributions obtained by stratified bootstrap. For internal use.
CCDiff.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 contrast matrix, ncol(cmat) should be the same the number of strata in x
a single character string, naming a contrast type available in contrMat in package multcomp, see ?contrMat for details
Testversion. For internal use.