The alternate parameterization is a little different that the parameterization described in the book. Instead of estimating PsiA (Pr(occupancy by species A)), PsiB (Pr(occupancy by species B)), and PsiAB (Pr(occupancy by both species)), PRESENCE estimates PsiA, PsiB1(Pr(occupancy by species B, but not A)), and PsiB2(Pr(occupancy by species B and A)). The disadvantage of the original parameterization (PsiA,PsiB,PsiAB) is that it's possible to have combinations of those parameters which are impossible (eg.,PsiA=0.1, PsiB=0.1, and psiAB=0.9). The alternate parameterization does not have this problem. The alternate parameterization estimates the detection probabilities when both species are present (rA,rB1,rB2) the same way.
Take home message: If you have convergence problems with the orig parameterization, try alternate parameterization. If you need estimates from orig parameterization, convert estimates from alternate parameterization and use as starting values for orig parameterization.
- Code: Select all
Occ by B(psiB2)
/
Occ by A (psiA)
/ \
/ Not Occ by B(1-psiB2)
/
N sites
\
\ Occ by B(psiB1)
\ /
Not occ by A (1-psiA)
\
Not occ by B(1-PsiB1)