Hello everybody,
I am trying to run a single season occupancy model based on some data collected through camera traps and I have two questions that I hope someone could hep me to answer.
1. After using the function dredge and selecting the best model based on AICc, I see that the estimates obtained for each of my parameters have very high values (way above the expected 0.05). I have seen that in some cases people do not pay attention to the P values in occupancy models (for example in chapter 10 of AHM1 they got very high P values but did not pay attention to those), but I would like to know the reason? Or if is there something else that I should check? Here is my model output:
Occupancy (logit-scale):
Estimate SE z P(>|z|)
(Intercept) 38.4 221 0.174 0.862
Diversidad_Shannon -34.3 217 -0.158 0.875
Distancia_Cultivos -174.8 1079 -0.162 0.871
Distancia_Vias 49.9 222 0.225 0.822
Distancia_Incendios -71.3 490 -0.146 0.884
NDVI -177.4 1170 -0.152 0.879
Altitud 124.7 716 0.174 0.862
Inclinacion -64.0 529 -0.121 0.904
Detection (logit-scale):
Estimate SE z P(>|z|)
(Intercept) -2.59 0.328 -7.88 3.32e-15
trigger -1.93 0.709 -2.72 6.45e-03
My data has 63 sites and 35 surveys that represent 35 days of cameras being active. I checked with a null model that my detection probability is very low, this may be a reason for the high P values?
2. I have tried to backtrasform the results from the previous model, but even though I followed the steps in "Overview of Unmarked" (Fiske and Chandler, 2019), I keep getting the next error.
Error in (function (cond) :
error in evaluating the argument 'obj' in selecting a method for function 'backTransform': ncol(coefficients) == length(est) is not TRUE
Thanks in advance to anyone who can help me with my doubts. I have to say that I am a little bit new with these models.
Kind regards,