Skip to content
Prev 15290 / 20628 Next

Repeated Observations Linear Mixed Model with Outside-Group Spatial Correlation

Last comment:  for a large data set, INLA or something that handles
the pairwise interactions in a smart way (e.g. SAR/CAR models from
geography) are probably going to be necessary.  In contrast,
approaches that rely on repeated, brute-force Cholesky decompositions
of large matrices (e.g., nlme) are probably going to crap out.

Another approach is to use an additive model to fit the relatively
high-frequency (but still smooth) spatial variation, i.e. see
mgcv/gamm4 packages (and Simon Wood's 2006 book).



On Wed, Mar 22, 2017 at 12:51 PM, Michael Hyland
<mhyland at u.northwestern.edu> wrote: