Description Usage Arguments Details Value Author(s) References See Also Examples
Fits the Equal Capture Model (ECM) to count data to obtain the MLE for population size
1 |
data |
A two-column data frame with the first column specifiying the capture class (i.e. individuals in class i were caught i times) and the second column specifying the number of individuals in each class |
max.pop |
The maximum population size |
The ECM model fit by this function assumes that all individuals are equally likely to be "captured".
The value is specified for max.pop
is not likely to matter as long as it is much greater than the maximum likelihood estimate for population size.
Note that if the data contains only singletons, the data is not informative and the maximum likelihood estimate for population size will be equal to max.pop
model |
The model specified |
likelihood |
The likelihood of the model |
ml.pop.size |
The maximum likelihood estimate for population size |
cap.ind |
The mean number of captures per individual |
sampled.ind |
The total number of individuals in the sample |
sample.size |
Total number of samples in the data set |
max.pop |
The maximum population size specified by |
Matthew W. Pennell
Miller C. R., P. Joyce and L.P. Waits. 2005. A new method for estimating the size of small populations from genetic mark-recapture data. Molecular Ecology 14:1991-2005.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.