Dear Facundo,
people don't seem to have been overly enthusiastic in replying to your question, so here are a couple of comments:
-
I find this a fascinating modeling application. It will probably require building a highly customized model, which may not really fall into any clear category such as an occupancy or an Nmix model.
-
As always, when building a model, it pays to isolate the essential things first and then add in complexity step by step until you're at the desired model. In your case, complexity that I might initially ignore is the following: multiple
populations (start with a single one, which is what you already do) and the NegBin (start with Poisson abundance and only once you understand that and see that it works, go to the NegBin).
-
I thought first that you should also initially ignore detection error, but then it seems this is an essential part of your goals. Hence, you can probably not gain anything by ignoring it. On the other hand, it might possibly help
to demote the counts to detection/nondetection and thus model presence/absence of a species rather than abundance, but perhaps also not ...
-
the conceptual nugget of your problem seems to be that you have a species pool containing the set of potential consumers in the area and then you have some sort of selection process which leads to a set of species that comprises
the actual consumers. Obviously, you must have some "thinning" or other type of process that "transforms" the abundance of a species in the potential's pool to its abundance in the actual consumer pool. Thus, a rate parameter might link the two species in
the two sets, and this rate measures the preference that a species gives to that particular plant.
-
Perhaps you might put a suitable abundance distribution on the species in the species pool (start with a Poisson), and then model the expected abundance in the set of actual consumers as something like lambda[i, actual] <- rho[i]
* lambda[i, potential], where rho is the preference parameter. And then you have N[i, actual] <- Poisson(lambda[i, actual]) (and perhaps the rho should be put on the realized abundance rather than on their expectation, i.e., on N rather than lambda ?)
-
One has to be careful with the interpretation and the modeling of the two abundances: do they represent actual abundance or just frequency of use (especially the data collected for the actual users seems to me to fall more likely
into the latter category perhaps ?)
-
And then, you have the issue that you might overlook a potential consumer in the data for the actual consumers, which is a key thing in your modeling, and hence, you really need detection probability in there. So, yes, why not expressing
the counts of a species (i) over replicated flowers (j) as in an Nmix model, i.e., as
C[i, actual, j] ~ Binomial(w[i] * N[i, actual], p[i])
where w[i] is an indicator for a species that is a member of the consumer pool on that plant species. (Plus, the w[i] might perhaps go in higher up in the model, i.e., as N[i, actual] <- Poisson(w[i] * rho[i] * lambda[i, potential]) ?)
Ah, well, so much for some ramblings on a sunny Sunday afternoon ..... hope this is somewhat intelligible and at least a little bit useful. Apologies if it is not...
Best regards ----- Marc
Sent: Wednesday, March 19, 2025 13:31
To: hmecology: Hierarchical Modeling in Ecology <
hmec...@googlegroups.com>
Subject: Conceptual question on N-Mixture models with data augmentation
--
*** Three hierarchical modeling email lists ***
(1) unmarked: for questions specific to the R package unmarked
(2) SCR: for design and Bayesian or non-bayesian analysis of spatial capture-recapture
(3) HMecology (this list): for everything else, especially material covered in the books by Royle & Dorazio (2008), Kéry & Schaub (2012), Kéry & Royle (2016, 2021) and Schaub & Kéry (2022)
---
You received this message because you are subscribed to the Google Groups "hmecology: Hierarchical Modeling in Ecology" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
hmecology+...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/hmecology/6ffda91b-aca4-4f18-b44e-d3d3e326f981n%40googlegroups.com.