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"), ...)
An object of class mcprofile
Just ignore this...
Simultaneous confidence level (1-alpha), default at 0.95
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.
a character string specifying if two- or one-sided confidence intervals should be computed
...
An object of class mcpCI