Tukey (bisquare) Psi on GLM Poisson robust model

153 Views Asked by At

when using library("robust base"), how to force the model to use the Turkey psi function? I tried to add method="MT" but it doesn't work. Thanks.

modelRob<-glmrob(x ~ as.factor(i) + as.factor(j),family = poisson(link = "log"), data = mydata)
0

There are 0 best solutions below