tidy.coxme: Tidy coxme

Description Usage Arguments Examples

View source: R/broom_coxme.R

Description

Tidy method for coxme objects

Usage

1
2
## S3 method for class 'coxme'
tidy(x, exponentiate = FALSE, conf.int = 0.95, ...)

Arguments

x

coxme object

exponentiate

whether to report the estimate and confidence intervals on an exponential scale

conf.int

confidence level to be used for CI

...

extra arguments, not used

Examples

1
2
3
4
5
library(broom)
library(coxme)
data(eortc)
fit <- coxme(Surv(y, uncens) ~ trt + (1|center), eortc)
tidy(fit)

junkka/ehahelper documentation built on March 17, 2021, 2:12 a.m.