My question is more about model interpretation than it is about model building, and has to do with interpreting species-level parameter estimates whose [say, 95%] BCI overlap 0 in an MSOM. In some cases, this might indicate a "true" lack of effect, whereas in others, it may simply indicate a paucity of data. I'm aware that in MSOMs with a hyperprior on community membership, parameter estimates for species without much data will be drawn toward the community mean (zero, if the variable is standardized) in the absence of a very strong directional signal. So I am curious about how one might approach parsing of species whose parameters of interest overlap 0 between "no-effect" and "data deficient" species. I suppose the question would also apply to many single-species models, where the aim of the study is to identify species whose occupancy is/is not affected by some variable (management action, perturbation, habitat feature, etc).
But let's say for convenience that the submodel for psi in a (static, stacked by year) MSOM is as follows:
for (i in 1:nspec) {
w[i] ~ dbern(omega) # metacommunity membership hyperprior
for (j in 1:nsite) {
for (t in 1:nyear) {
logit(psi[j,t,i]) <- b0[i] + b1[i]*Variable1[j,t] + gamma[t]
mu.psi[j,t,i] <- w[i] * psi[j,t,i]
z[j,t,i] ~ dbern(mu.psi[j,t,i])
Some species will truly have no relationship to Variable1, whereas for others, we may simply not have enough data to say one way or another.
To parse the difference, I've considered using some arbitrary threshold on n.eff (number of effective samples) or standard error of the posterior estimate of bBACI, or number of detections in the raw data, as I've seen in elsewhere in the literature. Perhaps it is an intrinsically arbitrary pursuit, but I am curious how others well-versed in these models would approach the question and potentially in a less subjective/more repeatable way.
Any thoughts, suggestions, or useful resources are welcome (and apologies in advance if I have missed some seminal contribution any of you have already made to this topic!).
Thanks, and thanks to everyone who contributes to this valuable resource.
Best,
Mary