control_coxph {tern} | R Documentation |
Control function for Cox-PH model
Description
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.
Usage
control_coxph(
pval_method = c("log-rank", "wald", "likelihood"),
ties = c("efron", "breslow", "exact"),
conf_level = 0.95
)
Arguments
pval_method |
( |
ties |
( |
conf_level |
( |
Value
A list of components with the same names as the arguments.
[Package tern version 0.9.5 Index]