Hi all,
I am running a single season single species occupancy model for an endemic chipmunk species with a sample size of 162 sites. I ran my a priori models and calculated 85% CIs for detection and occupancy. I've noticed for some of my occupancy models that the there is an overlap in zero for the psi intercept. All the occupancy variables are continuous and some also overlapped zero. How would you interpret this?
I have two thoughts on this matter: 1) Does this mean that there is no correlation between occupancy probability and these variables? 2) Or would this problem only affect the model when all the variables are at the average value (i.e., 0 because I scaled all the variables)?
Below is the output for a model that has psi CI overlapping zero:
> summary(mo140)
Call:
occu(formula = ~scale(Herbaceous_cover_near) + scale(Litter_cover_near) +
scale(juliandate) + scale(FA_HR) + scale(Coniferall_cover) +
scale(MF_DI) ~ scale(DEM_DI) + I(scale(DEM_DI)^2) + scale(TPI_min_HR),
data = occupancy.dataR)
Occupancy (logit-scale):
Estimate SE z P(>|z|)
(Intercept) 0.324 0.382 0.847 0.39699
scale(DEM_DI) 0.358 0.347 1.029 0.30333
I(scale(DEM_DI)^2) -0.797 0.331 -2.411 0.01589
scale(TPI_min_HR) -1.121 0.388 -2.891 0.00384
Detection (logit-scale):
Estimate SE z P(>|z|)
(Intercept) -3.014 0.193 -15.62 5.21e-55
scale(Herbaceous_cover_near) -0.376 0.172 -2.19 2.84e-02
scale(Litter_cover_near) -0.391 0.145 -2.70 6.88e-03
scale(juliandate) -0.279 0.111 -2.52 1.18e-02
scale(FA_HR) -0.508 0.152 -3.34 8.34e-04
scale(Coniferall_cover) -0.715 0.243 -2.94 3.31e-03
scale(MF_DI) 0.284 0.110 2.58 9.78e-03
AIC: 823.5797
Number of sites: 162
optim convergence code: 0
optim iterations: 50
Bootstrap iterations: 0
> confint(mo140, type = "det", level = 0.85)
0.075 0.925
p(Int) -3.2919891 -2.7364584
p(scale(Herbaceous_cover_near)) -0.6228475 -0.1289598
p(scale(Litter_cover_near)) -0.5987767 -0.1825844
p(scale(juliandate)) -0.4385172 -0.1195762
p(scale(FA_HR)) -0.7263815 -0.2889471
p(scale(Coniferall_cover)) -1.0651706 -0.3645129
p(scale(MF_DI)) 0.1259582 0.4429540
> confint(mo140, type = "state", level = 0.85)
0.075 0.925
psi(Int) -0.2264812 0.8740046
psi(scale(DEM_DI)) -0.1425272 0.8577829
psi(I(scale(DEM_DI)^2)) -1.2734157 -0.3213967
psi(scale(TPI_min_HR)) -1.6788972 -0.5627118
Thank you so much for your help in advance! Please let me know if I can provide any further information.
Hailey