Metadata-Version: 2.1
Name: limetr
Version: 0.1.1
Summary: limetr: linear mixed effects model with trimming.
Home-page: https://github.com/zhengp0/limetr
Author: Peng Zheng
Author-email: zhengp@uw.eud
License: MIT License
Description: .. image:: https://github.com/zhengp0/limetr/workflows/python-build/badge.svg
            :target: https://github.com/zhengp0/limetr/actions
        
        LimeTr
        ======
        
        :code:`limetr`, read as "lime tree", is a Python package solves mixed effects models with linear random effects.
        Moreover the package also provides robust regression option called "trimming".
        
        Install
        -------
        
        The package can be installed through ``pip``,
        
        .. code-block:: bash
        
            pip install limetr
        
        Or you could install from source, by clone this repository and do,
        
        .. code-block:: bash
        
            python setup.py install
        
Platform: UNKNOWN
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
