Skip to content

v0.8.0

Compare
Choose a tag to compare
@ejolly ejolly released this 09 Dec 22:42
· 32 commits to master since this release

This is a minor release that adds supporting for logistic Lm models, likelihood ratio tests for Lmer models, fixes numerous bugs.

See the full changelog here

If you have trouble installing from conda or a pre-built conda package is not available you can install using pip by first creating a new conda environment:

conda create -n pymer4 python=3.8 'r-lmerTest' 'r-emmeans' rpy2 -c conda-forge
conda activate pymer4
pip install -r requirements.txt
pip install .