Computes confidence intervals for parameters in a fitted mcglm model.

# S3 method for 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.