Effect plot glm, starter question

Hi,

I am quite new in R so sorry for the unclear question. Hope that someone gets it!

So, I am working with generalized linear models (GLM). My model looks like this:

mod<-glm(y~a+b+c+d+e+f+g+h+eb+ea,data=dat,family=quasipoisson)

My next goal is to plot the predictions so that x is variable e and I want plots from each (4) factors of the variable b. I tried something like this

plot(effect(c("e","b"),mod....

graphs looks good except that y values are strange. My y varies between 0-100. Result graphs are like these:

What should I try?

Thanks for your help!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.