Last chance! 50% off unlimited learning
Sale ends in
dunnett.test(Z = Z, select = rep(1, length(Z)))
Z
; to include treatments set values to one and to exclude treatments set values to zero
treatsel.sim
, combn.test
, hyp.test
, select.rule
, simeans.binormal
dunnett.test(c(0.75,1.5,2.25))
# select two treatments only
dunnett.test(c(0.75,1.5,2.25),select=c(1,1,0))
# set test statistic to -Inf
dunnett.test(c(0.75,1.5,-Inf))
Run the code above in your browser using DataLab