confint.gee_screenr: An S3 Method to Compute Confidence Limits from 'gee_screenr'...

View source: R/confint-methods.R

confint.gee_screenrR Documentation

An S3 Method to Compute Confidence Limits from gee_screenr Objects

Description

confint.logreg_screenr returns the logistic model parameter estimates and their and Wald-type confidence limits from gee_screenr-class objects.

Usage

## S3 method for class 'gee_screenr'
confint(
  object,
  ...,
  intercept = TRUE,
  or = FALSE,
  conf_level = 0.95,
  digits = 4
)

Arguments

object

an object of class gee_screenr.

...

optional arguments passed to predict methods.

intercept

(logical) retain (TRUE, default) or drop (FALSE) the intercept coefficients.

or

return odds ratios if TRUE. Default: FALSE (returns logit-scale coefficients).

conf_level

confidence level for normal-theory Wald-type confidence intervals. Default: 0.95.

digits

number of decimal places to be printed. Default: 4.

Value

confint.gee_screenr returns a dataframe containing the estimated coefficients (or odds ratios) and their Wald-type lower and upper confidence limits (lcl and ucl, respectively).

Examples

attach(uniobj3)
confint(uniobj3, or = TRUE)


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