.. image:: https://img.shields.io/pypi/l/limetr :target: https://github.com/zhengp0/limetr/blob/main/LICENSE
.. image:: https://img.shields.io/pypi/v/limetr :target: https://pypi.org/project/limetr
.. image:: https://img.shields.io/github/actions/workflow/status/zhengp0/limetr/python-build.yml?branch=main :target: https://github.com/zhengp0/limetr/actions
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".
limetr>=0.1.0
requires python 3.10 or higher, it can be install via
.. code:: bash
pip install limetr>=0.1.0
For developers, you can clone the repository and install the package in the development mode.
.. code:: bash
git clone https://kgithub.com/zhengp0/xspline.git
cd xspline
pip install -e ".[test,docs]"