Hello everyone,
I am currently using the oSCR package to estimate the density of coyotes. I have fitted several models that include different combinations of covariates. However, there was no single top model identified based on AIC weights. I applied the ma.coef function to obtain model-averaged parameter estimates. I would like to know what is considered the best approach for estimating density when results are based on multiple models rather than relying only on the top model.
--
You received this message because you are subscribed to the Google Groups "oSCR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oscr_package...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/oscr_package/0f5ca394-6981-4c83-8417-d4ddf557a7dan%40googlegroups.com.
Hi Andy,
Thank you for your response. My models include covariates, and I have run them with different combinations of these covariates. I would like to clarify whether I can use the get.real function (e.g., get.real(model, type = "dens")) to estimate density and SE for each model across the state space and then average the density and confidence intervals across all models. Or, should I calculate density and confidence intervals for each model directly from the beta estimates (e.g., exp(d0 + x1 + x2)) and then average those results?
Best,To view this discussion visit https://groups.google.com/d/msgid/oscr_package/862af66f-4d9b-4136-90d1-52fc7e854ec2n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/oscr_package/CAE%2BwgF09yp-EiCcQG2t9u7HZfjjVUdhN5bCjBjbk2XJJoaTubw%40mail.gmail.com.
Thank you, Andy and Chris, for your suggestions. I would like to know which approach would provide a better representation of density, averaging pixel-wise densities in a model-averaged manner, or model-averaging densities derived from the beta estimates of each model? Also, what would be the most appropriate way to estimate confidence intervals for the model-averaged density?
I have attached an Excel file with all the models I ran. I would also be interested in exploring the get.N() function.
To view this discussion visit https://groups.google.com/d/msgid/oscr_package/bf308a14-2847-492b-b231-72d1e270b2b1n%40googlegroups.com.
Additionally, since I have multiple sessions, I assume I would calculate density for each session as:
Session 1: exp(d0)
Session 2: exp(d0 + β.session2)
Session 3: exp(d0 + β.session3), and so on.
Finally, when estimating density using the get.real function across the state-space, what is the best way to compute SE/CI for these density estimates? The average of pixel values captures spatial variability, but it does not represent the uncertainty (error) around the density estimate.
Best Regards,
Prashant
To view this discussion visit https://groups.google.com/d/msgid/oscr_package/72f35f6e-017e-4c8f-a90b-086d4c8f51cbn%40googlegroups.com.
Hello Dan, Prashant, and the oSCR community,
For a while I have been (half) working on a function that will take a fitted model and compute total abundance for the state space (the easy part) and associated uncertainty (the bit that is a little more involved and that I needed some time to implement). I’ve been planning on finalising a completely tested version of this function, which I call get.N(), but haven’t got this far yet. I was involved in a recently submitted paper that used it and has it as a supplement, so I guess no reason not to share here. Note that this is, I believe, the equivalent to the region() function in *secr*.
I have attached the current working prototype that works for multi session models with density covariates. If you load it, then getting total N should be as easy as running the following code:
fit0 <- #your fitted model
get.N(fit0)
Finally, and specific to Prashant’s question, is that if you take this estimate and divide by the area of the state space, you have the landscape scale/average density.
Hope this is of some use folks 😊
Chris
To view this discussion visit https://groups.google.com/d/msgid/oscr_package/CAFWOE74X6UP66Yq8aa9hg13Qro%2BRXrBnP0JXu%2Bc7UEj-H5GiKw%40mail.gmail.com.