powered by
Simulated capture-recapture data from a latent class model with 3 classes, one covariate affecting the logits of each response, and lag dependence.
data(data_sim3)
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
Forcina, A. and Bartolucci, F. (2021). Estimating the size of a closed population by modeling latent and observed heterogeneity, arXiv:2106.03811.
# \donttest{ data(data_sim3) est = estLCCR(Y=data_sim3$Y,H=3,model="logit",X=data_sim3$X,flag="atleast") # }
Run the code above in your browser using DataLab