v0.8.0
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 .