Metadata-Version: 2.1
Name: pymer4
Version: 0.7.6
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.txt
Requires-Dist: pandas (<1.2,>=1.1.0)
Requires-Dist: numpy (>=1.16.0)
Requires-Dist: rpy2 (>=3.4.5)
Requires-Dist: seaborn (>=0.10.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: deepdish (>=0.3.6)

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

