QCBSRworkshops / workshop08

Workshop 8 - Generalized additive models (GAMs)
Other
11 stars 7 forks source link

Mixed models section with real-world data #17

Open dschoenig opened 3 years ago

dschoenig commented 3 years ago

As mentioned in #1, autocorrelation is already rather advanced and maybe shouldn't be the first example for mixed models.

Using the ISIT data, it would be straightforward to implement a simple mixed effects model with gam( ... s(Station, bs = re) ...).