tompollard / tableone

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

Make Tukey test, Hartigan's diptest, and normality test optional #103

Closed tompollard closed 3 years ago

tompollard commented 3 years ago

Several tests are automatically run against the data to identify outliers, multi-modality, and non-normal distributions. These tests can be slow to run on large datasets, so they should be made optional.