Hi Finn,
I am basically working under the assumption that my counts come from a preferential sampling which might be dependent on the underlying GRF. If you check the attached image of Switzerland, it shows more abundance in the city areas because in such areas there were more information where to collect counts from. If I have understood correctly, this might lead to underestimation of what's happening in the rural areas. For this reason, I was thinking to apply the LGCP example, but to my counts.
According to your answer, I can always define my SPDE in the usual way, but the likelihoods should change in the following way?
lik1 <- like(data = grid, # SpatialPixelsDataFrame
family = "poisson",
formula = abundance ~ covariate(s) + # I have them at the pixel level
spde +
Intercept)
lik2 <- like(data = grid,
family = "poisson",
domain = list(coordinates = mesh),
formula = coordinates ~ spdeCopy + countIntercept)
Thanks again for your answer!
Nico