Metadata-Version: 2.1
Name: pymer4
Version: 0.7.0
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 :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: numpy (>=1.16.0)
Requires-Dist: rpy2 (>=3.1.0)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: matplotlib (>=3.0)
Requires-Dist: patsy (>=0.4.1)
Requires-Dist: joblib (>=0.11)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: deepdish (>=0.3.6)
Requires-Dist: six

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


