Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.17 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.17 KB

An R Package for Bootstrapping Propensity Score Analysis

R-CMD-check CRAN checks

As the popularity of propensity score methods for estimating causal effects in observational studies increase, the choices researchers have for which methods to use has also increased. Rosenbaum (2012) suggested that there are benefits for testing the null hypothesis more than once in observational studies. With the wide availability of high power computers resampling methods such as bootstrapping (Efron, 1979) have become popular for providing more stable estimates of the sampling distribution. This paper introduces the PSAboot package for R that provides functions for bootstrapping propensity score methods. It deviates from traditional bootstrapping methods by allowing for different sampling specifications for treatment and control groups, mainly to ensure the ratio of treatment-to-control observations are maintained. Additionally, this framework will provide estimates using multiple methods for each bootstrap sample. Two examples are discussed: the classic National Work Demonstration and PSID (Lalonde, 1986) study and a study on tutoring effects on student grades.

Installation

You can download from CRAN using:

install.packages('PSAboot')

Or the latest development version using the remotes pacakge:

remotes::install_github('jbryer/PSAboot')

Code of Conduct

Please note that the PSAboot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.