Elijah DePalma <edepa001 <at> ucr.edu> writes: > > Greetings, > > May you please suggest a package or function to use for fitting a GLMM > (generalized linear mixed model) with spatially correlated random effects? > > Thank you, > Elijah DePalma
Not easy, and I hope you have a lot of data. Your choices are (1) glmmPQL in the MASS package (may be biased if your data are 'very' discrete, e.g. small expected numbers of counts); (2) various GEE packages (geepack, geese?); (3) geoRglm. I would suggest Zuur et al's book as a reference. Further questions should probably go to r-sig-mixed-models list. Ben Bolker ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.