issues
search
tompollard
/
tableone
Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
164
stars
41
forks
source link
add hartigan's dip test and tukey test. ref #22, #28, #35
#44
Closed
tompollard
closed
6 years ago
tompollard
commented
6 years ago
This pull request:
Hartigan's Dip Test for multimodality (
https://en.wikipedia.org/wiki/Multimodal_distribution
) as response to #22.
Tukey's rule for outliers (
https://en.wikipedia.org/wiki/Outlier#Tukey's_fences
) in response to #35.
Highlights potential issues with warnings/remarks below the table.
Adds a test to check whether tableone is created correctly when columns are not specified as an argument.
Some tidying of the tests
This pull request: