tidymodels / multilevelmod

Parsnip wrappers for mixed-level and hierarchical models
https://multilevelmod.tidymodels.org/
Other
74 stars 3 forks source link

New Model Request: a spatial multilevel model #65

Open tiernanmartin opened 5 months ago

tiernanmartin commented 5 months ago

I am interested in fitting a spatial multilevel model using the tidymodels framework. In the Spatial Regression chapter of Spatial Data Science by Edzer Pebesma and Roger Bivand, the authors demonstrate how this can be done using a dataset of census tracts and air pollution model output zones in Boston. They then demonstrate how to fit a spatial mixed model using the following packages: hglm, HSAR, INLA, R2BayesX and mgcv.

Please consider adding support for one of the above models.

hfrick commented 5 months ago

Thank you for the feature request! We'll take a closer look at this the next time we do work on adding new features to multilevelmod.