control_tte | R Documentation |
Controls the arguments for Cox regression and survival analysis results.
control_tte(
surv_time = list(conf_level = 0.95, conf_type = "plain", quantiles = c(0.25, 0.75)),
coxph = list(pval_method = "log-rank", ties = "efron", conf_level = 0.95),
surv_timepoint = control_surv_timepoint(conf_level = 0.95, conf_type = c("plain",
"none", "log", "log-log"))
)
surv_time |
( |
coxph |
( |
surv_timepoint |
( |
template_tte()
, tm_t_tte()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.