What model selection methods are available in the 'logistic' action?

1 vues

Réponse

The 'logistic' action supports several automated model selection methods through the 'selection' parameter. These include 'FORWARD' (forward selection), 'BACKWARD' (backward elimination), 'STEPWISE' (stepwise regression), 'LASSO', and 'ELASTICNET'. You can control the process with criteria like 'AIC', 'SBC', and significance levels ('slEntry', 'slStay').
Did this answer help you?
logistic

regression

See technical action