Learn R Programming

LCCR (version 2.0.1)

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

Arguments

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

Run this code
# \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