Skip to content
Prev 176996 / 398503 Next

Question on zero-inflated Poisson count data with repeated measures design - glmm.ADMB

Strubbe Diederik <diederik.strubbe <at> ua.ac.be> writes:
dataset and repeated measures design.
certain amount of time. In total we have about 175 points. Each point is 
located within a certain habitat fragment (here: "site" =
were counted five times
to relate the bird abundance to
Abundance: this is the number
and the abundance dataset is thus zero-inflated.
distributed dataset with a repeated
test<-glmm.admb(abundance~data$X1+data$X2+data$year,random=~count,
group="site",data=data,family="poisson",zeroInflation=TRUE)
been counted 5 times in a year, site
conducted, Xi are the habitat variables].
variables are collected at the
fragment, the habitat variables
there any option to include year as a
fragment, and to analyze the data with
fragments, the dataset is
distribution for this
values.

Rather than averaging, one can side-step that problem by instead summing over
points within sites and using a log(time) offset for any fixed differences in
time of observation across sites.

It sounds sensible to me to take the approach of a site-level analysis, but my
credentials are not in statistics so it's possible that a more authoritative
answer would be offered.