Learn R Programming

LCCR (version 2.0.1)

data_sim1: 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)

Arguments

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

Run this code
# \donttest{
data(data_sim1)
est = estLCCR(Y=data_sim1,H=2)
# }

Run the code above in your browser using DataLab