knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

MSETools

This repository contains all of the code and analyses for the paper titled “On the Reliability of Multiple Systems Estimation for the Quantification of Modern Slavery” (Binette and Steorts, 2021). It is structured as follows:

Installation

You can install the development version of MSETools from GitHub:

# install.packages("devtools")
devtools::install_github("OlivierBinette/MSETools")

Summary of MSETools

Implemented models

Helper functions

Datasets

See Binette and Steorts (2021) for a description of the datasets reproduced herein.

Examples

library(MSETools)

Define a list of models fitted to the UK dataset:

models = list(lcmcr(UK), sparsemse(UK), dga(UK), independence(UK))

Compute estimates:

estimates(models)

Parallelize the computation of estimates on a computing cluster:

batch.estimates(models, njobs=4)

References



OlivierBinette/MSETools documentation built on Aug. 7, 2022, 8:42 p.m.