Hello,
I am currently investigating how pond characteristics influence newt's breeding pond selection. To account for two sampling periods, I use dynamic occupancy modelling with colext in unmarked.
My dataset includes 53 ponds sampled over 6 visits. The newt species was observed in 15 ponds. One of my site covariates, “Fish” (presence/absence of predatory fish), has a very strong effect: among the 17 ponds with fish, none had detections of the newt species.
However, in the model output the p-value associated with “Fish” is not significant, although its relative importance (AICc weights) is 1.00 (i.e. always included in the best models). I tested both the simplest model possible :
mod1 <- colext(psiformula = ~ Fish, gammaformula = ~1, epsilonformula = ~1,
pformula = ~1, data = umf)
> summary(mod1) Call: colext(psiformula = ~Fish, gammaformula = ~1, epsilonformula = ~1, pformula = ~1, data = umf_TC) Initial (logit-scale): Estimate SE z P(>|z|) (Intercept) -0.101 0.394 -0.257 0.798 Fish1 -9.554 31.809 -0.300 0.764
as well as more complex models including other site-specific and visit-specific variables. The issue remains in all cases.
My questions are:
Why would a covariate with such a strong exclusionary effect (complete separation: no overlap between fish and newt presence) show a non-significant p-value?
Is this expected behavior due to the way colext estimates parameters, or is it related to the data structure (complete separation, small sample size)?
How should I interpret this result in practice — should relative importance be given more weight than the p-value in this case?
Any guidance or references would be very helpful.
Best regards,
Mathilde
--
*** 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/72529b82-5f28-4385-8520-d1de6354952en%40googlegroups.com.