Description Usage Arguments Examples
Create a table with OS/EFS percent at specified time point
1 | outcome_table(fit, time = 5, pvalues = NULL)
|
fit |
results of survival::survfit() |
time |
the time point at which to summarize OS % and EFS % |
pvalues |
a string of the p-value to include in the table |
1 2 | fit <- survival::survfit(survival::Surv(time, status) ~ x, data = survival::aml)
outcome_table(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.