Learn R Programming

ivmte (version 1.0.1)

dtm: Mosquito data set

Description

A simulated population-level data set characterizing the effect of purchasing mosquito nets, and the likelihood of contracting malaria. A randomly assigned subsidy to purchase mosquito nets was provided as part of an experiment. This data set is generated by the (non-exported) command gendist_mosquito(). It is worth noting that the unobservable terms are alreayd integrated out.

Usage

dtm

Arguments

Format

A data frame with 400 rows and 7 columns.

i

index for observation

z

categorical variable for level of subsidy

pz

probability of purchasing mosquito net

d

indicator for whether or not mosquito net was purchased

ey0

counterfactual probability of contracting malaria conditional on not purchasing a mosquito net.

ey1

counterfactual probability of contracting malaria conditional on purchasing a mosquito net.

ey

the observed probability of contracting malaria.