Metadata-Version: 1.2
Name: cem
Version: 0.1.2
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
Description: ===
        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.
        
        0.1.2 (2020-05-18)
        ------------------
        
        * Bug fix in cem._find_H
        
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
