Metadata-Version: 2.1
Name: limetr
Version: 0.1.0
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
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: spmat
Requires-Dist: matplotlib
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Provides-Extra: docs
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

.. 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


