Last data update: 2014.03.03

R: Simultaneous Confidence Intervals for Multiple Contrast...
confint.mcprofileR Documentation

Simultaneous Confidence Intervals for Multiple Contrast Profiles

Description

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

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 utilizing 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

Author(s)

Daniel Gerhard

See Also

confint.glm, mcprofile, confint.glht

Results