View source: R/control_survival.R
control_surv_time | R Documentation |
survfit
models for survival timeThis 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.
control_surv_time(
conf_level = 0.95,
conf_type = c("plain", "log", "log-log"),
quantiles = c(0.25, 0.75)
)
conf_level |
( |
conf_type |
( |
quantiles |
( |
A list of components with the same names as the arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.