This is an auxiliary function for controlling arguments for CoxPH model, typically used internally to specify
details of CoxPH model for s_coxph_pairwise. conf_level refers to Hazard Ratio estimation.
Arguments
- pval_method
 (
string)
p-value method for testing hazard ratio = 1. Default method is"log-rank", can also be set to"wald"or"likelihood".- ties
 (
string)
specifying the method for tie handling. Default is"efron", can also be set to"breslow"or"exact". see more insurvival::coxph()- conf_level
 (
proportion)
confidence level of the interval.