Skip to content
Prev 42772 / 398506 Next

Binomial glms with very small numbers

Yes, but "glm" maximizes the binomial likelihood assuming 
log(p/(1-p)) is a linear model.  Therefore, you don't have to transform 
the 0's and 1's.  There are cases where a particular combination of 
potential explanatory variables will clearly separate mortalities from 
survivors.  I don't know that the algorithm does with such cases, but it 
should send a slope essentially to infinite.  However, if you don't have 
this case, "glm" should do what you want. 

      hope this helps.  spencer graves
Patrick Connolly wrote: