Dear R-INLA community,
I am working on modeling disease counts using the R-INLA package. My goal is to understand the spatio-temporal variation of disease risk in a regionally structured area.
My spatial units are IRIS (small areas), which are grouped into several disconnected regions. Because of this, I model separate spatial structures for each region using BYM2 models defined on the adjacency graph of each region. This approach allows me to assess the spatial variance of risk within each region.
For example, my base model looks like this:
I then extend this model with temporal structures (iid, RW1, RW2) and space-time interactions, and I compare models using WAIC.
My questions are:Model selection and regional effect:
Should I include the regional effect (f(region_id_f, model="iid") for example) in all models when comparing them using WAIC/DIC, or should I exclude it during model selection and add it afterwards?
Fixed vs. random region effect:
I am interested in whether some regions have higher risk than others.
Global spatial variance:
Since my regions are disconnected, I do not include a spatial effect across the entire study area in the initial model. If I added a BYM2 effect on the full area, it would overlap with the region-specific spatial effects, because IRIS are already nested within regions.
Thank you very much for your advice!
Best regards,