Hi INLA group,
I attempt to visualize random effects in a BYM2 model.
I have 360 observations and the "summary.random" command returns me 720 results.
I think that 720 results involve structured spatial effects (ICAR) and unstructured effects (IID).
To sperate the two different effects, I use the following command:
Model1$summary.random$ID[1:360,]
Model1$summary.random$ID[361:720,]
My question is that which command corresponds structured spatial effects (ICAR) ? first or second?
Many thanks