MANIFEST.in
README.md
grammar.txt
notes.txt
requirements-dev.txt
requirements.txt
setup.py
formulae/__init__.py
formulae/contrasts.py
formulae/design_matrices.py
formulae/eval.py
formulae/expr.py
formulae/model_description.py
formulae/parser.py
formulae/resolver.py
formulae/scanner.py
formulae/token.py
formulae/transforms.py
formulae/utils.py
formulae/version.py
formulae/.pytest_cache/.gitignore
formulae/.pytest_cache/CACHEDIR.TAG
formulae/.pytest_cache/README.md
formulae/.pytest_cache/v/cache/nodeids
formulae/.pytest_cache/v/cache/stepwise
formulae/__pycache__/__init__.cpython-38.pyc
formulae/__pycache__/call_utils.cpython-38.pyc
formulae/__pycache__/contrasts.cpython-38.pyc
formulae/__pycache__/design_matrices.cpython-38.pyc
formulae/__pycache__/eval.cpython-38.pyc
formulae/__pycache__/eval_in_data_mask.cpython-38.pyc
formulae/__pycache__/expr.cpython-38.pyc
formulae/__pycache__/model_description.cpython-38.pyc
formulae/__pycache__/modeldesc.cpython-38.pyc
formulae/__pycache__/myeval.cpython-38.pyc
formulae/__pycache__/parser.cpython-38.pyc
formulae/__pycache__/print_call.cpython-38.pyc
formulae/__pycache__/resolver.cpython-38.pyc
formulae/__pycache__/scanner.cpython-38.pyc
formulae/__pycache__/term.cpython-38.pyc
formulae/__pycache__/terms.cpython-38.pyc
formulae/__pycache__/token.cpython-38.pyc
formulae/__pycache__/transformations.cpython-38.pyc
formulae/__pycache__/transforms.cpython-38.pyc
formulae/__pycache__/utils.cpython-38.pyc
formulae/__pycache__/version.cpython-38.pyc
formulae/examples/Examples.ipynb
formulae/examples/Features.ipynb
formulae/terms/__init__.py
formulae/terms/call.py
formulae/terms/call_utils.py
formulae/terms/terms.py
formulae/terms/variable.py
formulae/terms/__pycache__/__init__.cpython-38.pyc
formulae/terms/__pycache__/call.cpython-38.pyc
formulae/terms/__pycache__/call_utils.cpython-38.pyc
formulae/terms/__pycache__/group_specific.cpython-38.pyc
formulae/terms/__pycache__/intercept.cpython-38.pyc
formulae/terms/__pycache__/model.cpython-38.pyc
formulae/terms/__pycache__/term.cpython-38.pyc
formulae/terms/__pycache__/terms.cpython-38.pyc
formulae/terms/__pycache__/utils.cpython-38.pyc
formulae/terms/__pycache__/variable.cpython-38.pyc
formulae/tests/test_design_matrices.py
formulae/tests/test_eval_new_data.py
formulae/tests/test_parser.py
formulae/tests/test_resolver.py
formulae/tests/test_scanner.py
formulae/tests/.pytest_cache/.gitignore
formulae/tests/.pytest_cache/CACHEDIR.TAG
formulae/tests/.pytest_cache/README.md
formulae/tests/.pytest_cache/v/cache/lastfailed
formulae/tests/.pytest_cache/v/cache/nodeids
formulae/tests/.pytest_cache/v/cache/stepwise
formulae/tests/__pycache__/test_design_matrices.cpython-38-pytest-6.2.2.pyc
formulae/tests/__pycache__/test_eval_new_data.cpython-38-pytest-6.2.2.pyc
formulae/tests/__pycache__/test_parser.cpython-38-pytest-6.2.2.pyc
formulae/tests/__pycache__/test_resolver.cpython-38-pytest-6.2.2.pyc
formulae/tests/__pycache__/test_scanner.cpython-38-pytest-6.2.2.pyc
formulae/tests/__pycache__/test_token.cpython-38-pytest-6.2.2.pyc