estN.para {CARE1} | R Documentation |
Report the estimated mean probabilities depending on the estimate of N, and estimated coefficient of covariation (CCV) depending on the estimate of N.
estN.para(z,nhat)
z |
the vector of capture histories or ascertainment records. |
nhat |
the estimation of population size. |
Parameter estimates
u
estimated mean probabilities depending on the estimate of N.
r
estimated coefficient of covariation (CCV) depending on the estimate of N.
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.
data(HAV) nhat <- estN(HAV,method="LSC",se=FALSE) estN.para(HAV, nhat)