Metadata-Version: 2.1
Name: modelframe
Version: 0.1.1
Summary: Compute fixed and random effects model matrices in Python
Home-page: https://github.com/dirmeier/modelframe
Author: Simon Dirmeier
Author-email: simon.dirmeier@web.de
License: GPLv3
Description: **********
        modelframe
        **********
        
        Compute fixed and random effects model matrices in Python
        
        About
        =====
        
        ``modelframe`` builds model matrices and response vectors from a given
        dataset using ``lme4``-style formulas in Python.
        
        
        Installation
        ============
        
        You can install `modelframe` either from PyPI using:
        
        .. code-block:: bash
        
           pip install modelframe
        
        
        or using the latest GitHub [release](https://github.com/dirmeier/modelframe/releases/):
        
        .. code-block:: bash
        
           python -m pip install git+https://github.com/dirmeier/modelframe.git@v0.1.0
        
        Author
        ======
        
        Simon Dirmeier `simon.dirmeier at web.de <mailto:simon.dirmeier @ web.de>`_.
        
Keywords: modelframe
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: test
