Skip to content

zhengp0/limetr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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