confint.mcprofile {mcprofile} | R Documentation |
Simultaneous Confidence Intervals for Multiple Contrast Profiles
Description
Calculates simultaneous confidence intervals based on signed root deviance profiles from function mcprofile
.
Usage
## S3 method for class 'mcprofile'
confint(object, parm, level = 0.95,
adjust = c("single-step", "none", "bonferroni"),
alternative = c("two.sided", "less", "greater"), ...)
Arguments
object |
An object of class mcprofile |
parm |
Just ignore this... |
level |
Simultaneous confidence level (1-alpha), default at 0.95 |
adjust |
a character string specifying the adjustment for multiplicity. "single-step" controlling the FWER utilising a multivariate normal- or t-distribution; "none" for comparison-wise error rate; "bonferroni" applying a Bonferroni correction. |
alternative |
a character string specifying if two- or one-sided confidence intervals should be computed |
... |
... |
Value
An object of class mcpCI
See Also
confint.glm
, mcprofile
, confint.glht
[Package mcprofile version 1.0-1 Index]