How do you specify the model to be fitted using the 'logistic' action?

2 vues

Réponse

You define the model using the 'model' parameter. This includes specifying the dependent variable(s) with the 'depVars' subparameter and the explanatory effects using the 'effects' subparameter. You can also define the response distribution (e.g., 'BINOMIAL', 'MULTINOMIAL') and the link function (e.g., 'LOGIT', 'PROBIT', 'CLOGLOG').
Did this answer help you?
logistic

regression

See technical action