confint.geeglm: An S3 Method to Compute Confidence Limits from...

View source: R/confint-methods.R

confint.geeglmR Documentation

An S3 Method to Compute Confidence Limits from geepack::geeglm Objects.

Description

confint.geeglm returns the logistic model coefficients estimates and their normal-theory Wald-type confidence limits from objects produced by geepack::geeglm.

Usage

## S3 method for class 'geeglm'
confint(object, ..., conf_level = 0.95)

Arguments

object

an object of class geeglm.

...

optional arguments passed to predict methods.

conf_level

confidence level in (0, 1).

Value

confint.geeglm returns a dataframe containing the estimated model coefficients and their lower and upper confidence limits, lcl and ucl, respectively.


sgutreuter/screenr documentation built on Nov. 20, 2022, 2:41 a.m.