confint.estLCCR: Confidence interval

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/confint.estLCCR.R

Description

Profile confidence interval for a latent class model with covariates.

Usage

1
2
## S3 method for class 'estLCCR'
confint(object, parm, level = 0.95, ...)

Arguments

object

output from estLCCR

parm

step of the grid of values of the population size

level

the confidence level required

...

additional argument(s) for methods

Value

No return value

Author(s)

Francesco Bartolucci, Antonio Forcina

References

Forcina, A. and Bartolucci, F. (2021). Estimating the size of a closed population by modeling latent and observed heterogeneity, arXiv:2106.03811.

Liu, Y., Li, P., and Qin, J. (2017). Maximum empirical likelihood estimation for abundance in a closed population from capture-recapture data. Biometrika, 104, 527-543.

See Also

estLCCR, plot.confLCCR

Examples

1
2
3
4
data(data_sim2)
est = estLCCR(Y=data_sim2$Y,H=2,W=data_sim2$W,biv=matrix(c(1,2,3,4,2,3,4,5),4),main="same")
conf = confint(est)
plot(conf)

LCCR documentation built on Dec. 11, 2021, 9:30 a.m.