Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 724 Bytes

File metadata and controls

16 lines (11 loc) · 724 Bytes

multisynth

Multisynth is a python package that implements classic (Abadie and Gardeazabal 2003) and penalized synthetic control methods (Abadie and L'Hour 2021) for both single and staggered treatment contexts (Wiltshire 2023).

Installation

git clone https://github.com/oneroyalace/multisynth.git
cd {multisynth_directory}
pip install -e .

Instructions

examples.ipynb shows how to use this package to re-estimate weights from Abadie and L'hour (2021) and Wiltshire (2023)

All methods in my code are commented. More documentation to come!