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)

jinseob2kim/jstable documentation built on April 18, 2024, 4:33 a.m.