Description Usage Arguments Details Value Examples
Extract fixed effect table in coxme.object
1 | coxmeTable(mod)
|
mod |
coxme.object |
DETAILS
beta, se, z, p of fixed effects
1 2 3 | library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1|inst), lung)
jstable:::coxmeTable(fit)
|
Registered S3 methods overwritten by 'lme4':
method from
cooks.distance.influence.merMod car
influence.merMod car
dfbeta.influence.merMod car
dfbetas.influence.merMod car
Loading required package: survival
Loading required package: bdsmatrix
Attaching package: ‘bdsmatrix’
The following object is masked from ‘package:base’:
backsolve
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.