combineCJS | R Documentation |
Combine multiple CJS models
combineCJS(..., estimate = NULL, fixed.efficiency = NULL, silent = FALSE)
... |
The detection matrices to be joined, or a list containing detection matrices |
estimate |
An estimate of the last array's efficiency, between 0 and 1. |
fixed.efficiency |
A vector of fixed efficiency estimates [0, 1]. |
silent |
Logical: Should messages be printed? This argument is mainly intended for function calls running within actel's analyses. |
A list containing:
absolutes
A data frame with the absolute number of tags detected and missed,
efficiency
A vector of calculated array detection efficiencies,
survival
A matrix of calculated survivals,
lambda
A combined detection efficiency * survival estimate for the last array.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.