confint.cbmod {chainbinomial}R Documentation

Confidence intervals for cbmod Object.

Description

Confidence intervals for cbmod Object.

Usage

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

Arguments

object

a cbmod object.

parm

Character or number of which coefficient ot compute confidence intervals for. By default intervals are computed for all coefficients.

level

Default is 0.95, for 95% confidence intervals.

...

other arguments. Ignored.

Value

A two-column matrix with the lower and upper end of the confidence intervals.


[Package chainbinomial version 0.1.5 Index]