Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 938 Bytes

README.rst

File metadata and controls

31 lines (20 loc) · 938 Bytes
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]"