You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
<!-- /TOC -->
22
22
23
-
# About
23
+
##About
24
24
25
25
DABEST is a package for **D**ata **A**nalysis using **B**ootstrap-Coupled **EST**imation.
26
26
@@ -37,7 +37,7 @@ An estimation plot has two key features.
37
37
DABEST powers [estimationstats.com](https://www.estimationstats.com/), allowing everyone access to high-quality estimation plots.
38
38
39
39
40
-
# Installation
40
+
##Installation
41
41
42
42
This package is tested on Python 3.5, 3.6, 3.7, and 3.8.
43
43
It is highly recommended to download the [Anaconda distribution](https://www.continuum.io/downloads) of Python in order to obtain the dependencies easily.
@@ -62,7 +62,7 @@ pip install .
62
62
```
63
63
64
64
65
-
# Usage
65
+
##Usage
66
66
67
67
```python3
68
68
import pandas as pd
@@ -83,7 +83,7 @@ iris_dabest.mean_diff.plot();
83
83
Please refer to the official [tutorial](https://acclab.github.io/DABEST-python-docs/tutorial.html) for more useful code snippets.
84
84
85
85
86
-
# How to cite
86
+
##How to cite
87
87
88
88
**Moving beyond P values: Everyday data analysis with estimation plots**
Please report any bugs on the [Github issue tracker](https://github.com/ACCLAB/DABEST-python/issues/new).
100
100
101
101
102
-
# Contributing
102
+
##Contributing
103
103
104
104
All contributions are welcome; please read the [Guidelines for contributing](https://github.com/ACCLAB/DABEST-python/blob/master/CONTRIBUTING.md) first.
105
105
106
106
We also have a [Code of Conduct](https://github.com/ACCLAB/DABEST-python/blob/master/CODE_OF_CONDUCT.md) to foster an inclusive and productive space.
107
107
108
108
109
-
# Acknowledgements
109
+
##Acknowledgements
110
110
111
111
We would like to thank alpha testers from the [Claridge-Chang lab](https://www.claridgechang.net/): [Sangyu Xu](https://github.com/sangyu), [Xianyuan Zhang](https://github.com/XYZfar), [Farhan Mohammad](https://github.com/farhan8igib), Jurga Mituzaitė, and Stanislav Ott.
112
112
113
113
114
-
# Testing
114
+
##Testing
115
115
116
116
To test DABEST, you will need to install [pytest](https://docs.pytest.org/en/latest).
117
117
118
118
Run `pytest` in the root directory of the source distribution. This runs the test suite in the folder `dabest/tests`. The test suite will ensure that the bootstrapping functions and the plotting functions perform as expected.
119
119
120
120
121
-
# DABEST in other languages
121
+
##DABEST in other languages
122
122
123
123
DABEST is also available in R ([dabestr](https://github.com/ACCLAB/dabestr)) and Matlab ([DABEST-Matlab](https://github.com/ACCLAB/DABEST-Matlab)).
0 commit comments