Learn R Programming

CARE1 (version 1.1.0)

estN.para: Parameter estimates

Description

Report the estimated mean probabilities depending on the estimate of N, and estimated coefficient of covariation (CCV) depending on the estimate of N.

Usage

estN.para(z,nhat)

Arguments

z
the vector of capture histories or ascertainment records.
nhat
the estimation of population size.

Value

References

Chao, A., Tsay, P. K., Lin, S. H., Shau, W. Y., and Chao, D. Y. (2001). The applications of capture-recapture models to epidemiological data. Statistics in Medicine, 20: 3123-3157.

Examples

Run this code
nhat <- estN(HAV,method="LSC",se=FALSE)
estN.para(HAV, nhat)

Run the code above in your browser using DataLab