survfit models for survival timeR/control_survival.R
control_surv_time.RdThis is an auxiliary function for controlling arguments for survfit model, typically used internally to specify
details of survfit model for s_surv_time(). conf_level refers to survival time estimation.
(proportion)
confidence level of the interval.
(string)
confidence interval type. Options are "plain" (default), "log", "log-log",
see more in survival::survfit(). Note option "none" is no longer supported.
(numeric(2))
vector of length two specifying the quantiles of survival time.
A list of components with the same names as the arguments.