What are the essential parameters to run a basic Cox regression model?

4 vues

Réponse

To run a basic analysis, you must specify the input data table using the `table` parameter and define the model structure using the `model` parameter, which includes specifying the dependent variable (time-to-event) and explanatory variables.
Did this answer help you?