## S3 method for class 'default':
simint(y, x=NULL, type=c("Dunnett", "Tukey",
"Sequen", "AVE", "Changepoint", "Williams", "Marcus",
"McDermott","Tetrade"), cmatrix=NULL, conf.level=0.95,
alternative=c("two.sided","less", "greater"), asympt=FALSE,
eps=0.001, maxpts=1000000, nlevel=NULL, ...)
## S3 method for class 'formula':
simint(formula, data=list(), subset, na.action, ...)
cmatrix
is defined, type
is ignored."two.sided"
(default), "greater"
or
"less"
. You can specify just the initial letter.type == "Tetrade"
.Environment(formula)
, typically the environment from which
simint
is called.NA
's. Defaults to
GetOption("na.action")
.hmtest
simtest
.data(recover)
# one-sided simultaneous confidence intervals for Dunnett
# in the one-way layout
summary(simint(minutes~blanket, data=recover, type="Dunnett", conf.level=0.9,
alternative="less",eps=0.0001))
Run the code above in your browser using DataLab