Skip to content
Prev 164848 / 398503 Next

OT: (quasi-?) separation in a logistic GLM

If you look at the distribution of those with analogs==TRUE versus the  
whole groups it is not surprising that the upper range of Dij's result  
in a very low probability estimate:

  plot(density(dat$Dij))
lines(density(dat[dat$analogs == TRUE, 2]))

Appears as though more than 25% of the predict(mod, type="response")  
elements will satisfy
all.equal(0, <predict>) which on my machine occurs when <predict> is  
(roughly)  below 1e-9


Best;

David Winsemius
On Dec 15, 2008, at 1:03 PM, Gavin Simpson wrote: