How does the action handle missing values in predictor variables?
4 vues
Réponse
The 'missing' parameter controls this behavior. The default is 'SEPARATE', which treats missing values as a distinct category. Other options include 'NONE' (exclude observations), 'MACBIG', and 'MACSMALL' (treat as largest/smallest machine value).