tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
159 stars 38 forks source link

Move statistical code to a new statistics.py module #170

Closed tompollard closed 1 month ago

tompollard commented 1 month ago

Refactoring for readability.

This pull request moves code for statistical tests into a new "statistics.py" module.

statistics.py has a single Statistics classes that contains code for running all statistical tests used by TableOne.