investigateAIC: Plot of simulation study

Description Usage Arguments Details Value References

Description

This routine produces Figure 1 of Chan, Silverman and Vincent (2019).

Usage

1
investigateAIC(nsim = 10000, Nsamp = 1000, seed = 1001)

Arguments

nsim=10000

The number of simulation replications

Nsamp=1000

The expected value of the total population within each simulation

seed=1001

The random number seed

Details

Simulations are carried out for two different three-list models. In one model, the probabilities of capture are 0.01, 0.04 and 0.2 for the three lists respectively, while in the other the probability is 0.3 on all three lists. In both cases, there are no interaction effects, so that captures on the lists occur independently of each other. The first model is chosen to be somewhat more typical of the sparse capture case, of the kind which often occurs in the human trafficking context, while the second is a more classical multiple systems estimate.

The probability of an individual having each possible capture history is first evaluated. Then these probabilities are multiplied by Nsamp = 1000 and, for each simulation replicate, Poisson random values with expectations equal to these values are generated to give a full set of observed capture histories; together with the null capture history the expected number of counts (population size) is equal to Nsamp. Inference was carried out both for the model with main effects only, and for the model with the addition of an interaction effect between the first two lists. The reduction in deviance between the two models was determined.

Checking for compliance with the conditions for existence and identifiability of the estimates shows that a very small number of the simulations for the sparse model (two out of ten thousand) fail the checks for existence even within the extended maximum likelihood context. Detailed investigation shows that in neither of these cases is the dark figure itself not estimable; although the parameters themselves cannot all be estimated, there is a maximum likelihood estimate of the expected capture frequencies, and hence the deviance can still be calculated.

The routine produces QQ-plots of the resulting deviance reductions against quantiles of the χ^2_1 distribution, for nsim simulation replications.

Value

An nsim \times 2 matrix giving the changes in deviance for each replication for each of the two models

References

Chan, L., Silverman, B. W., and Vincent, K. (2019). Multiple systems estimation for Sparse Capture Data: Inferential Challenges when there are Non-Overlapping Lists. Available from https://arxiv.org/abs/1902.05156.


SparseMSE/sparsemse documentation built on May 7, 2019, 7:13 p.m.