outcome_table: Create a table with OS/EFS percent at specified time point

Description Usage Arguments Examples

Description

Create a table with OS/EFS percent at specified time point

Usage

1
outcome_table(fit, time = 5, pvalues = NULL)

Arguments

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

Examples

1
2
fit <-  survival::survfit(survival::Surv(time, status) ~ x, data = survival::aml)
outcome_table(fit)

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