Learn R Programming

distfreereg (version 1.1)

confint.distfreereg: Calculate confidence intervals with a distfreereg object

Description

This is a confint method for objects of class distfreereg. It calculates confidence intervals for the estimated parameters of a model in a distfreereg object.

Usage

# S3 method for distfreereg
confint(object, parm, level = 0.95, ...)

Value

The output from the appropriate confint method.

Arguments

object

Object of class distfreereg.

parm

Numeric or character vector; specifies which parameters are to be given confidence intervals. If missing, all parameters are considered.

level

Numeric vector of length one; specifies the confidence level.

...

Additional parameters passed to other methods. Currently ignored.

Author

Jesse Miller

Details

When object contains a model object (either in the test_mean or model element), then this model is sent to confint. Otherwise, object is sent to confint.default.

See Also

distfreereg, vcov.distfreereg, confint