data_sim1 {LCCR} | R Documentation |
Simulated data 1
Description
Simulated capture-recapture data from a latent class model with 2 classes having the same weight on 5 lists.
Usage
data(data_sim1)
Format
A matrix containing the capture configurations at individual level.
References
Forcina, A. and Bartolucci, F. (2021). Estimating the size of a closed population by modeling latent and observed heterogeneity, arXiv:2106.03811.
Examples
data(data_sim1)
est = estLCCR(Y=data_sim1,H=2)
[Package LCCR version 1.3 Index]