Extract fixed effect table in coxme.object

coxmeTable(mod)

Arguments

mod

coxme.object

Value

beta, se, z, p of fixed effects

Details

DETAILS

Examples

library(coxme) fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung) jstable:::coxmeTable(fit)
#> beta se z p #> ph.ecog 0.47319522 0.119179189 3.970452 7.173648e-05 #> age 0.01139445 0.009430508 1.208254 2.269497e-01