Learn R Programming

PSW (version 1.1-3)

Propensity Score Weighting Methods for Dichotomous Treatments

Description

Provides propensity score weighting methods to control for confounding in causal inference with dichotomous treatments and continuous/binary outcomes. It includes the following functional modules: (1) visualization of the propensity score distribution in both treatment groups with mirror histogram, (2) covariate balance diagnosis, (3) propensity score model specification test, (4) weighted estimation of treatment effect, and (5) augmented estimation of treatment effect with outcome regression. The weighting methods include the inverse probability weight (IPW) for estimating the average treatment effect (ATE), the IPW for average treatment effect of the treated (ATT), the IPW for the average treatment effect of the controls (ATC), the matching weight (MW), the overlap weight (OVERLAP), and the trapezoidal weight (TRAPEZOIDAL). Sandwich variance estimation is provided to adjust for the sampling variability of the estimated propensity score. These methods are discussed by Hirano et al (2003) , Lunceford and Davidian (2004) , Li and Greene (2013) , and Li et al (2016) .

Copy Link

Version

Install

install.packages('PSW')

Monthly Downloads

206

Version

1.1-3

License

GPL (>= 2)

Maintainer

Huzhang Mao

Last Published

January 19th, 2018

Functions in PSW (1.1-3)

psw.balance

Balance checking using standardized mean difference
psw.mirror.hist

Mirror histogram
test_data

Test data
psw.spec.test

Propensity score model specification test
psw.wt

Propensity score weighting estimator
psw

Propensity score weighting
psw.aug

Propensity score weighting with augmented estimation