Metadata-Version: 2.1
Name: cem
Version: 0.1.1
Summary: A Python implmentation of Coarsened Exact Matching for causal inference
Home-page: https://github.com/lewisbails/cem
Author: Lewis Bails
Author-email: lewis.bails@gmail.com
License: MIT license
Keywords: cem
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pandas (>=1.0)
Requires-Dist: statsmodels (>=0.11)
Requires-Dist: scipy (>=1.4)
Requires-Dist: numpy (>=1.18)
Requires-Dist: matplotlib (>=3.2)
Requires-Dist: seaborn (>=0.10)
Requires-Dist: tqdm (>=4.46)

===
cem
===


.. image:: https://img.shields.io/pypi/v/cem.svg
        :target: https://pypi.python.org/pypi/cem

.. image:: https://img.shields.io/travis/lewisbails/cem.svg
        :target: https://travis-ci.com/lewisbails/cem

.. image:: https://readthedocs.org/projects/cem-coarsened-exact-matching-for-causal-inference/badge/?version=latest
        :target: https://cem-coarsened-exact-matching-for-causal-inference.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status



A Python implmentation of Coarsened Exact Matching (CEM).
This is more or less based off the original R-package created by Iacus et al.
I make no claim to originality and thank the authors for their research.

Original paper:
https://gking.harvard.edu/files/abs/cem-plus-abs.shtml


* Free software: MIT license
* Documentation: https://cem-coarsened-exact-matching-for-causal-inference.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-05-18)
------------------

* First release on PyPI.


