Dimitri Liakhovitski
2013-Jan-22 22:55 UTC
[R] What is the convergence criterion for binomial logit in glm?
Dear R-ers, I am running logistics regression using package "glm": glm(myDV ~ ., data=mydata, family=binomial("logit")) I have a general question: in "glm" (binary logit) - what convergence criterion is being used? Thanks a lot! -- Dimitri Liakhovitski gfk.com <http://marketfusionanalytics.com/> [[alternative HTML version deleted]]
David Winsemius
2013-Jan-22 23:37 UTC
[R] What is the convergence criterion for binomial logit in glm?
On Jan 22, 2013, at 2:55 PM, Dimitri Liakhovitski wrote:> Dear R-ers, > > I am running logistics regression using package "glm": glm(myDV ~ ., > data=mydata, family=binomial("logit")) > > I have a general question: in "glm" (binary logit) - what convergence > criterion is being used?You should look at the help page for `glm` (and follow the obvious links.)> > --David Winsemius Alameda, CA, USA