data_sim3 {LCCR}R Documentation

Simulated data 3

Description

Simulated capture-recapture data from a latent class model with 3 classes, one covariate affecting the logits of each response, and lag dependence.

Usage

data(data_sim3)

Format

A list containing capture configurations at individual level and corresponding covariates.

Y

capture configurations

X

values of the covariate affecting the conditional capture probabilities given the latent class

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_sim3)
est = estLCCR(Y=data_sim3$Y,H=3,model="logit",X=data_sim3$X,flag="atleast")


[Package LCCR version 1.3 Index]