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

View source: R/coxme.R

coxmeTableR Documentation

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

Description

Extract fixed effect table in coxme.object

Usage

coxmeTable(mod)

Arguments

mod

coxme.object

Details

DETAILS

Value

beta, se, z, p of fixed effects

Examples

library(coxme)
fit <- coxme(Surv(time, status) ~ ph.ecog + age + (1 | inst), lung)
jstable:::coxmeTable(fit)

jstable documentation built on Nov. 26, 2023, 9:06 a.m.