I have data on the success / failure of Wood Warbler nests and wish to examine the data using a GLMM in R. The first few lines of data look like this:
nestid year age FED fail pred day phase footpath carpark neighbour lowbranch eggs chicks prov3 prov3pc prov7 prov7pc prov11 prov11pc lastprov...
Hello, I have a general question concerning GLMM. I would like to model animal counts as a function of characteristics of the sampling location and also characteristics of the forest fragment containing the sampling locations, with a random effect of forest fragment because there are multiple...
Hi all,
I seem to recall that some of you (spunky, Dason, and other) might be doing research using latent variable models and their variants.
As I start to ask more questions about the temporal sequences of signaling, aggression, and courtship in my experiments on birds (and now spiders)...
Hi all,
I'll try to make this my last question of the week. Hard to do this, of course, when everyone is so helpful.
This is a Q for those somewhat familiar with GLMMs in R, as implemented by lmer() in the "lme4" package. I'm well aware of the fact the reported p-values are generally to...
Hello,
i'm working with GLMM oon the pscl packge and i needed the AIC. How to extract it?:confused:
Example:
mmall3 <-glmmPQL(allclues ~ cycloc + male + cycloc * male, data=dados, family=poisson, random=~1|animal/idfid)
summary(mmall3)
and the results:
Linear mixed-effects...