Displaying 1 result from an estimated 1 matches for "myfemales".
Did you mean:
females
2005 Aug 04
2
prediction from glm
Hello r-help,
I try to fit birds counts over years using glm. I have done (with Estate
and year as factors):
Model1 <- glm(Females~Estate+Year+offset = log(area)), family =
quasipoisson(link = log), na.action = "na.exclude")
After I have calculated the prediction using:
Pred1 <- predict(Model1, type = "response", na.action = "na.exclude")
My question