Metadata-Version: 2.1
Name: pymer4
Version: 0.8.2
Summary: pymer4: all the convenience of lme4 in python
Home-page: http://eshinjolly.com/pymer4/
Author: Eshin Jolly
Author-email: eshin.jolly.GR@dartmouth.edu
License: MIT
Keywords: statistics,multi-level-modeling,regression,analysis
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.txt
Requires-Dist: pandas >=1.1.0
Requires-Dist: numpy >=1.20
Requires-Dist: rpy2 >=3.5.3
Requires-Dist: seaborn >=0.11.0
Requires-Dist: matplotlib >=3.0
Requires-Dist: patsy >=0.5.1
Requires-Dist: joblib >=0.14
Requires-Dist: scipy >=1.4.0
Requires-Dist: scikit-learn >=1.0

pymer4 is a Python package to make it simple to perform multi-level modeling by interfacing with the popular R package lme4. pymer4 is also capable of fitting a variety of standard regression models with robust, bootstrapped, and permuted estimators
