Learn R Programming

Description

Estimation of the average treatment effect when controlling for high-dimensional confounders using debiased inverse propensity score weighting (DIPW). DIPW relies on the propensity score following a sparse logistic regression model, but the regression curves are not required to be estimable. Despite this, our package also allows the users to estimate the regression curves and take the estimated curves as input to our methods. Details of the methodology can be found in Yuhao Wang and Rajen D. Shah (2020) "Debiased Inverse Propensity Score Weighting for Estimation of Average Treatment Effects with High-Dimensional Confounders" arXiv link. The package relies on the optimisation software MOSEK which must be installed separately; see the documentation for Rmosek.

Usage instruction

Once installed, please use ?dipw.ate and ?dipw.mean to check the user manual.

Download

You can download this package via cran, for example using the R command install.packages("dipw") in your R console.

Copy Link

Version

Install

install.packages('dipw')

Monthly Downloads

168

Version

0.1.0

License

GPL-3

Maintainer

Yuhao Wang

Last Published

November 30th, 2020

Functions in dipw (0.1.0)

dipw.ate

Estimate the Average treatment effect E[Y(1) - Y(0)] from observational data
dipw.mean

Estimation of E[Y(1)] or E[Y(0)] from observational data