Skip to content
Prev 86752 / 398502 Next

Something changed and glm(..., family=binomial) doesn't work now

Philip Riggs <priggs at warnercnr.colostate.edu> writes:
Do you mean "load" or "install" Epi?? If the latter, does it matter
whether you use library(Epi) or not?

However: This sort of trouble usually means that you are not really
fitting the same models to the same data. The warning and the ROC
suggests that you have something in your model that gives perfect
separation between successes and failures. 

Are you using data=myframe in the glm call? Otherwise, you're open to
masking by variables in your workspace.