data_sim3: Simulated data 3

Description Usage Format References Examples

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

1

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

1
2
data(data_sim3)
est = estLCCR(Y=data_sim3$Y,H=3,model="logit",X=data_sim3$X,flag="atleast")

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