Description Usage Arguments Examples
Create a dataframe output to summarize the results of Cox proportional hazards regression
1 | coxSummaryTable(coxph.res, Colname = "Group")
|
coxph.res |
the results of survival::coxph() |
Colname |
a character string of the column name |
1 2 | coxreg <- survival::coxph(survival::Surv(time, status) ~ x, data = survival::aml)
coxSummaryTable(coxreg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.