confint.mcprofile: Simultaneous Confidence Intervals for Multiple Contrast...

Description Usage Arguments Value See Also

View source: R/confint.mcprofile.R

Description

Calculates simultaneous confidence intervals based on signed root deviance profiles from function mcprofile.

Usage

1
2
3
4
## 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


mcprofile documentation built on April 20, 2021, 9:06 a.m.