Hi all,
I'm conducting single season, single species occupancy models. This model focus on the common genet, with camera trap results from 30 sites during 8 14-day periods (as can be seen in the attached picture).
However, when trying to model (M1 <- occu(~1 ~1, gg.umf)), I end up getting this warning message: "In sqrt(diag(vcov(obj))) : NaNs produced". The same happens when I backtransform.
> (M1 <- occu(~1 ~1, gg.umf))
Call:
occu(formula = ~1 ~ 1, data = gg.umf)
Occupancy:
Estimate SE z P(>|z|)
9.91 NaN NaN NaN
Detection:
Estimate SE z P(>|z|)
-1 0.15 -6.69 2.29e-11
AIC: 268.219
Warning message:
In sqrt(diag(vcov(obj))) : NaNs produced
> backTransform(M1, type="state")
Backtransformed linear combination(s) of Occupancy estimate(s)
Estimate SE LinComb (Intercept)
1 NaN 9.91 1
Transformation: logistic
Warning message:
In sqrt(diag(v)) : NaNs produced
At this point I can't disclose the problem and what to do to solve this.
Thanks for any help,
João D.