confint.coxme: 'confint' method for class 'coxme'

View source: R/confint_coxme.r

confint.coxmeR Documentation

confint method for class coxme

Description

This is a now only semi-crappy solution to getting the confidence intervals for the coefficients from a coxme object. It extracts information from print(object) in the usual was - cool!

Usage

## S3 method for class 'coxme'
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/Lars Lindhagen - but don't hold it against us!


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