Hello colleagues,
I am trying to model cases of malaria in Nigeria over time using adaptive spatiotemporal modeling approach. However, I am having multiple adjacency matrices of which each year (2010, 2015, 2018 and 2021) have its own unique adjacency matrix, W_t.
In my effort to adapt this model, I specify my model as:
formula <- Y ~ 1 + covariate1 + covariate2 +
f(region, model = "bym2", graph = W1) +
f(region, model = "bym2", graph = W2) +
f(region, model = "bym2", graph = W3) +
f(region, model = "bym2", graph = W4) +
f(time_periods, model = "ar1").
Is this specification correct?
I have searched many literatures on adaptive spatiotemporal models but could not find this particular scenario. PLEASE I NEED YOUR CONTRIBUTIONS AND SUGGESTIONS TO THE PROGRESS OF THIS WORK.
Thanks.