LICENSE
README.md
pyproject.toml
src/StataFlow.egg-info/PKG-INFO
src/StataFlow.egg-info/SOURCES.txt
src/StataFlow.egg-info/dependency_links.txt
src/StataFlow.egg-info/requires.txt
src/StataFlow.egg-info/top_level.txt
src/stataflow/__init__.py
src/stataflow/postestimation.py
src/stataflow/compat/__init__.py
src/stataflow/compat/stata/__init__.py
src/stataflow/compat/stata/did.py
src/stataflow/compat/stata/factor_variables.py
src/stataflow/compat/stata/glm.py
src/stataflow/compat/stata/hdfe.py
src/stataflow/compat/stata/iv.py
src/stataflow/compat/stata/linear.py
src/stataflow/compat/stata/rdplot.py
src/stataflow/compat/stata/rdrobust.py
src/stataflow/estimators/__init__.py
src/stataflow/estimators/_absorb_spec.py
src/stataflow/estimators/_stock_yogo.py
src/stataflow/estimators/_vce_utils.py
src/stataflow/estimators/absorbing_ols.py
src/stataflow/estimators/csdid.py
src/stataflow/estimators/did_imputation.py
src/stataflow/estimators/eventstudyinteract.py
src/stataflow/estimators/fe.py
src/stataflow/estimators/glm.py
src/stataflow/estimators/iv.py
src/stataflow/estimators/ols.py
src/stataflow/estimators/ppmlhdfe.py
src/stataflow/estimators/rdplot.py
src/stataflow/estimators/rdrobust.py
src/stataflow/results/__init__.py
src/stataflow/results/result.py
src/stataflow/stata_runner/__init__.py
src/stataflow/stata_runner/runner.py