To reproduces all the results in the repository first clone this repository locally:
# Clone this repository
$ git clone https://github.com/econ-ark/EstimatingMicroDSOPs
# Change working directory to EstimatingMicroDSOPs
$ cd EstimatingMicroDSOPs
Then you can either use a local virtual env(conda) or nbreproduce to reproduce to the results.
$ conda env create -f environment.yml
$ conda activate estimatingmicrodsops
# execute the script, select the appropriate option and use it to reproduce the data and figures.
$ python do_all.py
# Install nbreproduce
$ pip install nbreproduce
# Reproduce all results using nbreproduce
$ nbreproduce