jlaake wrote:To close the loop here, off-list we had a discussion and the concern about high survival rates was not warranted. It was due to a misunderstanding about the unit interval which was in days rather than months or years. Because there are no units associated with the estimate in MARK it is easy to forget what you chose for time intervals when you setup the MARK database.
We often call them survival probabilities but they are survival rates in that it is the probability of surviving per unit time and not the probability of surviving the interval between occasions, unless the unit of time between occasions is 1. If your unit is a day and 30 is the time interval then it is a daily rate. If your unit is a year, then your interval between occasions is 1/12 (approximately) for occasions separated by a mongth. If your annual survival rate is 0.1 then the monthly and daily rates are:
> .1^(1/12)
[1] 0.8254042
> .1^(1/365)
[1] 0.9937114
--jeff
I would submit that the issue between 'probability' and 'rate' is something of a semantic red-herring. What is the more relevant issue is the appropriateness of the time scale of sampling occasions, relative to the scale at which 'biologically meaningful' variation in some parameter occurs. For example, suppose the true annual probability of survival is 0.9 (say, your typical 'adult of any long-lived species'). However, suppose you sample this population every month. Then, if we assume the try underlying survival 'rate' (at an infinitesimal time step) is a constant, then your estimated survival over each month interval would be
![\sqrt[12]{0.9}=0.9913 \sqrt[12]{0.9}=0.9913](/forum/latexrender/pictures/7769290347c07118930e6cffdb1b5bc7.gif)
In other words, so close to 1.0 that you're unlikely to be able to get a decent estimate.
The larger issue is that you need to think hard about the appropriate scale, both of sampling, and in terms of the interval over which you want to make inference.