# rddsga **Repository Path**: arlionn/rddsga ## Basic Information - **Project Name**: rddsga - **Description**: Subgroup analysis for regression discontinuity designs using inverse propensity score weighting - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2020-02-25 - **Last Updated**: 2022-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rddsga Subgroup analysis for regression discontinuity designs using inverse propensity score weighting # Installation The package can be fetched directly from this repository by setting the location with `net`: ```stata net from https://raw.githubusercontent.com/acarril/rddsga/master/ ``` After setting the location for `net`, use the following commands to describe and install the package and its ancillary files: ```stata // 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`. # Help Refer to the included help file for details regarding usage. For additional details regarding the methodology refer to the [project wiki](https://gitlab.com/acarril/rddsga/wikis/home).