estN.para: Parameter estimates

Description Usage Arguments Value Note References Examples

View source: R/estN.para.R

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

1
estN.para(z,nhat)

Arguments

z

the vector of capture histories or ascertainment records.

nhat

the estimation of population size.

Value

Parameter estimates

Note

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

1
2
3
data(HAV)
nhat <- estN(HAV,method="LSC",se=FALSE)
estN.para(HAV, nhat)

CARE1 documentation built on May 2, 2019, 4:06 p.m.