control_coxreg {tern} | R Documentation |
Control function for Cox regression
Description
Sets a list of parameters for Cox regression fit. Used internally.
Usage
control_coxreg(
pval_method = c("wald", "likelihood"),
ties = c("exact", "efron", "breslow"),
conf_level = 0.95,
interaction = FALSE
)
Arguments
pval_method |
( |
ties |
( |
conf_level |
( |
interaction |
( |
Value
A list
of items with names corresponding to the arguments.
See Also
fit_coxreg_univar()
and fit_coxreg_multivar()
.
Examples
control_coxreg()
[Package tern version 0.9.5 Index]