Arguments
- pval_method
(
string
)
the method used for estimation of p.values;wald
(default) orlikelihood
.- ties
(
string
)
amongexact
(equivalent toDISCRETE
in SAS),efron
andbreslow
, seesurvival::coxph()
. Note: there is no equivalent of SASEXACT
method in R.- conf_level
(
proportion
)
confidence level of the interval.- interaction
(
flag
)
ifTRUE
, 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 beFALSE
.