A list of items with names corresponding to the arguments.
Arguments
pval_method
(string) the method used for estimation of p.values; wald (default) or likelihood.
ties
(string) among exact (equivalent to DISCRETE in SAS), efron and breslow,
see survival::coxph(). Note: there is no equivalent of SAS EXACT method in R.
conf_level
(proportion) confidence level of the interval.
interaction
(flag) if TRUE, the model includes the interaction between the studied
treatment and candidate covariate. Note that for univariate models without treatment arm, and
multivariate models, no interaction can be used so that this needs to be FALSE.