paste_efs {utile.tools} | R Documentation |
Paste event-free survival
Description
Creates a formatted event-free-survival from a survfit object and a specified time point.
Usage
paste_efs(x, times, percent.sign = TRUE, digits = 1)
Arguments
x |
A |
times |
A numeric. Indicates time-points of interest. Units are whatever was used to create the survival fit. |
percent.sign |
A logical. Indicates percent sign should be printed for frequencies. |
digits |
Integer. Number of digits to round to. |
Value
A named character vector of event-free survival(s).
Examples
library(survival)
fit <- survfit(Surv(time, status) ~ 1, data = diabetic)
paste_efs(fit, c(1, 3, 5))
[Package utile.tools version 0.3.0 Index]