coxSummaryTable: Create a dataframe output to summarize the results of Cox...

Description Usage Arguments Examples

Description

Create a dataframe output to summarize the results of Cox proportional hazards regression

Usage

1
coxSummaryTable(coxph.res, Colname = "Group")

Arguments

coxph.res

the results of survival::coxph()

Colname

a character string of the column name

Examples

1
2
coxreg <- survival::coxph(survival::Surv(time, status) ~ x, data = survival::aml)
coxSummaryTable(coxreg)

jennylsmith/fusBreakpoint documentation built on Oct. 7, 2021, 8:04 p.m.