Last data update: 2014.03.03

R: Confidence Intervals for Model Parameters
confint.mcglmR Documentation

Confidence Intervals for Model Parameters

Description

Computes confidence intervals for parameters in a fitted mcglm model.

Usage

## S3 method for class 'mcglm'
confint(object, parm, level = 0.95, ...)

Arguments

object

a fitted mcglm object.

parm

specifies for which parameters are to be given confidence intervals, either a vector of numbers or a vector of strings. If missing, all parameters are considered.

level

the nominal confidence level.

...

additional arguments affecting the confidence interval produced. Note that there is no extra options for mcglm object class.

Value

A data.frame with confidence intervals, parameters names, response variable number and parameters type.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br

Results