confint.distfreereg {distfreereg}R Documentation

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 class 'distfreereg'
confint(object, parm, level = 0.95, ...)

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.

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.

Value

The output from the appropriate confint method.

Note

If object was created by calling distfreereg.default directly, there is no estimated parameter vector, and therefore confint.distfreereg does not apply.

Author(s)

Jesse Miller

See Also

distfreereg, vcov.distfreereg, confint


[Package distfreereg version 1.1 Index]