We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72da3e commit 43a3b54Copy full SHA for 43a3b54
1 file changed
README.md
@@ -68,6 +68,7 @@ iris_dabest = dabest.load(data=iris, x="species", y="petal_width",
68
# Produce a Cumming estimation plot.
69
iris_dabest.mean_diff.plot();
70
```
71
+
72
73
Please refer to the official [tutorial](https://acclab.github.io/DABEST-python-docs/tutorial.html) for more useful code snippets.
74
0 commit comments