limetr

limetr: linear mixed effects model with trimming.


Keywords
mixed-effects
License
MIT
Install
pip install limetr==0.0.7

Documentation

https://img.shields.io/pypi/l/limetr https://img.shields.io/pypi/v/limetr https://img.shields.io/github/actions/workflow/status/zhengp0/limetr/python-build.yml?branch=main

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

Installation

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]"