confint.pim: Calculate Wald confidence intervals around the coefficients...

Description Usage Arguments

View source: R/confint.pim.R

Description

This function returns Wald confidence intervals around the coefficients of a fitted pim object

Usage

1
2
3
4
5
6
7
confint(object, parm, level = 0.95, ...)

## S4 method for signature 'pim'
confint(object, parm, level = 0.95, ...)

## S4 method for signature 'pim.summary'
confint(object, parm, level = 0.95, ...)

Arguments

object

a pim or pim.summary object

parm

a specification of which parameters are to be given confidence intervals. Either a vector of numbers or a vector of names. If missing, all parameters are considered

level

The confidence level required.

...

extra arguments to methods


pim documentation built on March 26, 2020, 7:57 p.m.