Learn R Programming

⚠️There's a newer version (0.3.1) of this package.Take me there.

localIV (version 0.2.1)

Estimation of Marginal Treatment Effects using Local Instrumental Variables

Description

In the generalized Roy model, the marginal treatment effect (MTE) can be used as a building block for constructing conventional causal parameters such as the average treatment effect (ATE) and the average treatment effect on the treated (ATT) (Heckman, Urzua, and Vytlacil 2006 ). Given a treatment selection model and an outcome model, the function mte() estimates the MTE via a semiparametric local instrumental variables method (or via a normal selection model). The function eval_mte() evaluates MTE at any combination of covariates x and latent resistance u, and the function eval_mte_tilde() evaluates MTE projected onto the estimated propensity score (Zhou and Xie 2019 ). The object returned by mte() can be used to estimate conventional parameters such as ATE and ATT (via average()) or marginal policy-relevant treatment effects (via mprte()).

Copy Link

Version

Install

install.packages('localIV')

Monthly Downloads

204

Version

0.2.1

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Xiang Zhou

Last Published

May 6th, 2019

Functions in localIV (0.2.1)

mte

Estimation of Marginal Treatment Effects (MTE)
toydata

A Hypothetical Dataset for Illustrative Purpose
eval_mte

Evaluate Marginal Treatment Effects from a Fitted MTE Model.
average

Estimation of Average Causal Effects from Marginal Treatment Effects
eval_mte_tilde

Evaluate Marginal Treatment Effects Projected onto the Propensity Score
mprte

Estimation of Marginal Policy Relevant Treatment Effects (MPRTE)