multcomp only, and may be defunct in the next release.csimint(estpar, df, covm, cmatrix=NULL, ctype="user-defined",
conf.level=0.95, alternative=c("two.sided","less","greater"),
asympt=FALSE, eps=0.001, maxpts=1000000)
## S3 method for class 'default':
simint(object,
type = c("Dunnett", "Tukey", "Sequen", "AVE", "Changepoint",
"Williams", "Marcus", "McDermott"),
cmatrix = NULL, conf.level = 0.95,
alternative = c("two.sided","less","greater"),
eps = 0.001, maxpts = 1e+06, whichf)
## S3 method for class 'formula':
simint(formula, data=list(), subset, na.action, ...)
## S3 method for class 'lm':
simint(object, psubset = NULL, ...)
csimtest(estpar, df, covm, cmatrix=NULL, ctype="user-defined",
ttype=c("free","logical"),
alternative=c("two.sided","less","greater"), asympt=FALSE,
eps=0.001, maxpts=1000000)
## S3 method for class 'default':
simtest(object,
type = c("Dunnett", "Tukey", "Sequen", "AVE", "Changepoint",
"Williams", "Marcus", "McDermott"),
ttype = c("free", "logical"),
cmatrix = NULL, conf.level = 0.95,
alternative = c("two.sided","less","greater"),
eps = 0.001, maxpts = 1e+06, whichf)
## S3 method for class 'formula':
simtest(formula, data=list(), subset, na.action, ...)
## S3 method for class 'lm':
simtest(object, psubset = NULL, ...)cmatrix is defined, type is ignored."two.sided" (default), "greater" or
"less". You can specify just the initial letter.y simultaneous confidences intervals should be
computed.Environment(formula), typically the environment from which
simint is called.NA's. Defaults to
GetOption("na.action").formula, whichf can be used to defined the factor to compute
contrasts of.estpar.simint and simtest implement the user interface for
multcomp versions up to 0.4-8. The user visible functions simint, csimint,
simtest, csimtest have been replaced by one single function glht
which offers summary.glht and confint.glht methods
for simultaneous tests and confidence intervals, respectively. Please use glht for your analyses. The old user interface will
be removed in future versions of this package.