View source: R/control_survival.R
control_coxph | R Documentation |
This is an auxiliary function for controlling arguments for Cox-PH model, typically used internally to specify
details of Cox-PH model for s_coxph_pairwise()
. conf_level
refers to Hazard Ratio estimation.
control_coxph(
pval_method = c("log-rank", "wald", "likelihood"),
ties = c("efron", "breslow", "exact"),
conf_level = 0.95
)
pval_method |
( |
ties |
( |
conf_level |
( |
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.