confint.glmerMod: 'confint' method for class 'glmerMod'

View source: R/confint_glmerMod.r

confint.glmerModR Documentation

confint method for class glmerMod

Description

This is a highly crappy solution to getting the confidence intervals for the coefficients from a coxme object. It captures the output from print(object)... Oh, well.

Usage

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

Arguments

object

an object of class coxme

parm

(only for method compatability)

level

(only for method compatability)

...

(only for method compatability)

more

set to TRUE if you also want the coefficients and p-values.

Author(s)

Henrik Renlund - but don't hold it against me


renlund/ucR documentation built on March 25, 2023, 10:10 a.m.