Learn R Programming

jstable (version 1.3.8)

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

Description

Extract fixed effect table in coxme.object

Usage

coxmeTable(mod)

Value

beta, se, z, p of fixed effects

Arguments

mod

coxme.object

Details

DETAILS

Examples

Run this code
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