Hi , I am trying to do a 3 variable interaction and received this warning message. Can someone please interpret?
Model31.glm <- glm(cbind(Shells, TotalEggs-Shells) ~ Aeventexhumed:HTL:Sector, data=data.to.analyze, family = binomial) Warning message: glm.fit: fitted probabilities numerically 0 or 1 occurred Thanks, J -- View this message in context: http://r.789695.n4.nabble.com/3-variables-GLM-Warning-Message-tp4323222p4323222.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.