Control Function for survfit
Model for Patient's Survival Rate at time point
Source: R/control_survival.R
control_surv_timepoint.Rd
This is an auxiliary function for controlling arguments for survfit
model, typically used internally to specify
details of survfit
model for s_surv_timepoint()
. conf_level
refers to patient risk estimation at a time point.
Usage
control_surv_timepoint(
conf_level = 0.95,
conf_type = c("plain", "log", "log-log")
)
Arguments
- conf_level
(
proportion
)
confidence level of the interval.- conf_type
(
string
)
confidence interval type. Options are "plain" (default), "log", "log-log", see more insurvival::survfit()
. Note option "none" is no longer supported.