View source: R/cox_regression.R
control_coxreg | R Documentation |
Sets a list of parameters for Cox regression fit. Used internally.
control_coxreg(
pval_method = c("wald", "likelihood"),
ties = c("exact", "efron", "breslow"),
conf_level = 0.95,
interaction = FALSE
)
pval_method |
( |
ties |
( |
conf_level |
( |
interaction |
( |
A list
of items with names corresponding to the arguments.
fit_coxreg_univar()
and fit_coxreg_multivar()
.
control_coxreg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.