/limetr

Robust linear mixed effects model

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

LimeTr

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,

pip install limetr

Or you could install from source, by clone this repository and do,

python setup.py install