Skip to content
Prev 58407 / 398502 Next

Robust Poisson regression

Hola!

Anybody knows if there exists somewhere in R some implementation of 
robust Poisson regression,
where robust is taken in the sense as usen in rlm(MASS). I found 
something in the package
wle, but only for the Poisson distribution, not for regression.

For the moment I try to use linear models with the square-root 
transformation,
and rlm.

Kjetil