Skip to content
Prev 246192 / 398506 Next

changing method of estimation in GLM

ATANU <ata.sonu <at> gmail.com> writes:
I don't think you can; you would have to write your own, although you
can take advantage of the framework of the current glm() [for interpreting
formulas, etc.]: see the "method" argument in ?glm.

  You might also find

install.packages("sos"); library("sos"); findFn("glm newton-raphson")

helpful; it finds a few special cases (logistic regression via Newton-Raphson)
in the logistf and glmmAK packages.