Logistic Regression: Ignore cases with missing dependent variables. 20121123030503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 23 Nov 2012 08:01:36 +0000 (09:01 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 23 Nov 2012 08:01:36 +0000 (09:01 +0100)
Prior to this change, cases with missing values in the predictor
variables were ignored, but cases with missing values only in the
dependent variable would provoke an error.  Subsequent to this change
such cases are also ignored.  This seems to be the behaviour of other
software, despite what their documentation may suggest.


No differences found