[R] glm() problem

Christian Ritz ritz at kvl.dk
Sat Apr 7 23:03:10 CEST 2007


Hi,

try using the function 'glm.control' in the first place:


glm(n~., data = mDat, family = poisson,
control = glm.control(trace = TRUE))



Christian



More information about the R-help mailing list