Metadata-Version: 2.1
Name: regtools
Version: 0.1.0
Summary: High-level Regression Utilities
Home-page: https://github.com/nickderobertis/regtools
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/regtools
Project-URL: Documentation, https://nickderobertis.github.io/regtools
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: statsmodels
Requires-Dist: linearmodels
Requires-Dist: pd-utils
Requires-Dist: scipy
Requires-Dist: matplotlib


[![](https://codecov.io/gh/nickderobertis/regtools/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/regtools)

# regtools

## Overview

High-level Regression Utilities

## Getting Started

Install `regtools`:

```
pip install regtools
```

A simple example:

```python
import regtools

# Do something with regtools
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/regtools/
)

## Author

Created by Nick DeRobertis. MIT License.

