"Missing Data in Logistic Regression"
I'm curious as to how missing data values are handled by the RM LogisticRegression operator. I have reviewed the documentation and web but not found anything. If anyone knows, I would appreciate any information.
Thanks.
Thanks.
Tagged:
0
Answers
it cannot handle missing values. You will have to replace them beforehand using either the MissingValueReplenishment or MissingValueComputation operator.
Greetings,
Sebastian