Rcmdr (version 2.3-2)

Confint: Confidence Intervals for Model Coefficients

Description

Except for "glm", "multinom", and "polr" objects, this generic function simply calls confint in the stats package via its default method.

Usage

Confint(object, parm, level = 0.95, ...)

# S3 method for glm Confint(object, parm, level=0.95, type=c("LR", "Wald"), ...) # S3 method for multinom Confint(object, parm, level = 0.95, ...) # S3 method for polr Confint(object, parm, level=0.95, ...)

Arguments

object

a model object.

parm

which parameters to use, defaults to all.

level

level of confidence, defaulting to 0.95.

type

for a "glm" object, confidence interval based on the profile likelihood (the default) or the Wald statistic.

arguments to be passed down to methods.

Value

dependent upon the method called.

See Also

confint