We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aaf0a commit 95e977aCopy full SHA for 95e977a
1 file changed
README.md
@@ -93,7 +93,7 @@ iris_dabest = dabest.load(data=iris, x="species", y="petal_width",
93
# Produce a Cumming estimation plot.
94
iris_dabest.mean_diff.plot();
95
```
96
-
+
97
98
Please refer to the official [tutorial](https://acclab.github.io/DABEST-python-docs/tutorial.html) for more useful code snippets.
99
0 commit comments