Dear R-INLA community
First, thanks again for providing awesome tools for us ecologists dealing with spatial autocorrelation. I am a PhD student trying to run an SPDE model in highly mountainous terrain with a large lake (Lake Tahoe) in the middle. I am trying to get help on the combination of packages and model types to use. As I understand it, I have several options:
inlabru: makes model specification easier (but inlabru's spde.posterior() does not work for non-stationary models)
rSPDE: estimates the smoothness parameter
barrier model: models barriers more accurately than simply inserting a polygon "hole"
non-stationary models: Finn graciously provided code for modeling "slope" of the terrain on the mesh (using kappa and tau), which should help dissasociate points close in space but far in elevation 2000m vs 3000m (which can be within 1km of each
other).
The objectives are to look at fixed effects on the occupancy of a small mammal (pika), and to plot the decline of the autocorrelation over distance/range (n=1000 data pts, study area = 150x60km).
Question 1:
Question 2:
I was thinking of using rSPDE to estimate the smoothness parameter, while modeling slope as a covariate on kappa and tau. It seemed like estimating the smoothness parameter would be important in steep mountainous terrain. However, I ran a basic rSPDE model on my data, and nu = 0.7, which I believe means alpha= 1.7 or close to 2 or the default in INLA...so maybe rSPDE is not necessary? I was unsure if
rspde.result() could also be called to plot the autocorrelation over distance (range). Any suggestions on this workflow?
I am still learning all of the different packages associated with INLA and their functions, and any help understanding how to best combine these for my mountainous system would be appreciated.
Thanks for any help you can provide,
Chris