.process_survfit_time {cardx} | R Documentation |
Process Survival Fit For Time Estimates
Description
Process Survival Fit For Time Estimates
Usage
.process_survfit_time(x, times, type, start.time = NULL)
Arguments
x |
( | |||||||||
times |
( | |||||||||
type |
(
| |||||||||
start.time |
( |
Value
a tibble
Examples
survival::survfit(survival::Surv(AVAL, CNSR) ~ TRTA, cards::ADTTE) |>
cardx:::.process_survfit_time(times = c(60, 180), type = "risk")
[Package cardx version 0.2.4 Index]