Metadata-Version: 2.1
Name: regpyhdfe
Version: 0.0.9
Summary: Simple wrapper for PyHDFE
Home-page: https://github.com/lod531/regPyHDFE
Author: Andrius Buinovskij
Author-email: andriusb@ethz.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: patsy
Requires-Dist: pyhdfe
Requires-Dist: statsmodels

# regPyHDFE


## Installation:

Simple as

<pre>pip install regpyhdfe </pre>


## Documentation:

Can be found at [regPyHDFE documenation](https://regpyhdfe.readthedocs.io/en/latest/intro.html).

## Credit:

This repository is trivial compared to the work done by the people who made PyHDFE, and all credit goes to them.

## Useful links:

[regHDFE paper](http://scorreia.com/research/hdfe.pdf)

[PyHDFE repo](https://github.com/jeffgortmaker/pyhdfe)

[pyHDFE docs](https://pyhdfe.readthedocs.io/en/stable/introduction.html)


