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
pip install limetr>=0.1.0
For developers, you can clone the repository and install the package in the development mode.
git clone https://kgithub.com/zhengp0/xspline.git
cd xspline
pip install -e ".[test,docs]"