How do I handle censored data in the `cox` action?

2 vues

Réponse

Censored data is handled within the `model` parameter. You specify the censoring variable using the `censor` subparameter and the numeric value(s) that indicate a censored observation using the `censVals` subparameter.
Did this answer help you?