Subgroup analysis for regression discontinuity designs using inverse propensity score weighting
The package can be installed directly from SSC:
ssc install rddsga
Alternatively, you can get the latest version hosted in this repository by first setting the location with net
:
net from https://raw.githubusercontent.com/acarril/rddsga/master/
Then you can use the following commands to describe and install the package and its ancillary files:
// Describe
net describe rddsga
// Install ado-files and help files
net install rddsga
// Install ancillary files (datasets)
net get rddsga
If you have installed the program and want to update it, be sure to net install
and net get
using options replace force
.
Refer to the included help file for details regarding usage. For additional details regarding the methodology refer to the project wiki.