What model selection methods are available in the `phreg.cox` action?

1 vues

Réponse

The action supports several model selection methods via the `selection` parameter, including `FORWARD`, `BACKWARD`, `STEPWISE`, and `LASSO`. You can control the selection process with criteria like `slEntry` (significance level for entry) and `slStay` (significance level to stay).
Did this answer help you?