What is the purpose of the `ties` parameter in the `model` options?

1 vues

Réponse

The `ties` parameter specifies how to handle tied event times. The available methods are `BRESLOW`, `EFRON`, `EXACT`, and `DISCRETE`. The default is `BRESLOW`.
Did this answer help you?