Calculates simultaneous confidence intervals based on signed root deviance profiles from function mcprofile
.
# S3 method for mcprofile confint(object, parm, level = 0.95, adjust = c("single-step", "none", "bonferroni"), alternative = c("two.sided", "less", "greater"), ...)
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 |
... | ... |
An object of class mcpCI