Learn R Programming

jstable (version 0.9.2)

coxmeTable: coxmeTable: Summary table of coxme.object(internal function)

Description

Extract fixed effect table in coxme.object

Usage

coxmeTable(mod)

Arguments

mod

coxme.object

Value

beta, se, z, p of fixed effects

Details

DETAILS

Examples

Run this code
# NOT RUN {
 library(coxme)
 fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1|inst), lung)
 jstable:::coxmeTable(fit)
# }

Run the code above in your browser using DataLab