Hi everyone,
I am trying to determine the change in the posterior distributions of marginals.fitted.values between two Stochastic Partial Differential Equation (SPDE) models, akin to the methodologies used in this guide: https://www.paulamoraga.com/book-geospatia…plespatial.html
The two models have been constructed utilizing the same spatial points, albeit with data from two distinct years. My aim is to find out if the prevalence of the disease has changed over these two different timeframes. As a result, I have chosen to calculate the difference between the posterior distributions of the marginals.fitted.values from both models.
I initially believed this could be achieved with a straightforward subtraction, however, the complexity of the marginals.fitted.values structure has proven this to be unfeasible.
I tried this but it I did not have any success:
Thank you in advance.