View source: R/cjs.taglife.corr.R
cjs.taglife.corr | R Documentation |
This function uses the length of time a tag has been active to estimate the probability it would fail when detected. The average P(failure) is estimated at each site. The estimated survival is divided by the mean P(failure) at that site to adjust for the predicted tag failure in the study (Townsend et al. 2006).
cjs.taglife.corr( activetime.matrix, site.names = NULL, num.period = num.period, taglife.fit = taglife.fit, num.boots = 0, cjs.est = NULL )
activetime.matrix |
Matrix of time elapsed after tag activation to first detection at site. One column per site |
site.names |
Vector of site designations |
num.period |
Number of detection sites |
taglife.fit |
Results from fitting tag-life study tags: Model name, estimated parameters, mean time to fail |
num.boots |
Number of Bootstrap interations for variance on estimated P(Li) for each site. Uses 0 for initial fittings |
cjs.est |
2-column Matrix with unadjusted Cormack-Jolly-Seber estimates and standard errors |
returns a list with:
name of model used to fit tag-life curve
vector of probabilty tag active to each detection site
vector of standard errors on each estimated L
vector of estimated standared errors for adjusted survival estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.