Hi all,
I used MARK to estimate survival probability of rodents caught in live-traps. I have 12 capture occasions and 300 individuals (of which 80 were captured and released at the first occasion).
I started by fitting CJS and time-constant models with trap-dependence effects for p. The model where survival was fully time-dependent was preferred by AIC over the constant model (delta AIC = 3.2) and other covariate models. However, 3 of the 11 survival probabilities of the time dependent model was estimated at the boundary (phi = 1). I was not too happy with this result, and considered two options to improve upon the analysis: model averaging, and random effect models.
I decided to use the MCMC procedures in MARK to fit models with random time effects (1 hyperdistribution - i.e., to estimate mu and sigma for survival). To compare results, I also ran “method of moments” (MoM) random effect models as an alternative approach.
Some of my results are as follows:
# Maximum likelihood (MLE) constant model
Phi (MLE) = 0.69
p (MLE) = 0.32 (caught on previous occasion)
p* (MLE) = 0.16 (not caught on previous occasion)
# MCMC
phi (mu) on the logit scale = -0.06, which translates to a mean survival probability of 0.48 (in R: mu.probability = plogis(mu.logit))
p (mcmc) = 0.32 (caught on previous occasion)
p* (mcmc) = 0.17 (not caught on previous occasion)
# Method of moments random effect
phi (mu) = 0.73.
In the Method of Moments model, 4 of the shrinkage estimates for phi is on the boundary (=1). So this does not appear to solve that issue. None of the annual survival estimates in the MCMC approach are at the boundary.
I have some reservations about these results, where the mean survival rate is similar for the MLE and MoM approaches, but comparatively low for the MCMC analysis (at least according to my calculations).
White et al (2009) suggests that MCMC work well for estimating mu, but that performance may be poor for sigma with ≤ 10 occasions. I have 12 occasions, which is borderline, but I would expect mu to be more similar between the three analyses?
Any thoughts or suggestions will be much appreciated. I can also provide the RMark code and MARK import file (for MCMC) in a private message should anyone be interested to replicate the results (which should not take long to do).