Skip to content

Commit f0eb6c0

Browse files
committed
Minor fixes to minimetadelta/propplot docs
Removed duplicate "get results of statistical tests" messages.
1 parent 8f01137 commit f0eb6c0

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

docs/source/minimetadelta.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,6 @@ By calling the ``mean_diff`` attribute, you can view the mean differences for ea
265265
The unpaired mean difference between Control 3 and Test 3 is -0.255 [95%CI -0.717, 0.196].
266266
The p-value of the two-sided permutation t-test is 0.293, calculated for legacy purposes only.
267267
268-
To get the results of all valid statistical tests, use `.mean_diff.statistical_tests`
269-
270268
The weighted-average unpaired mean differences is -0.0104 [95%CI -0.222, 0.215].
271269
The p-value of the two-sided permutation t-test is 0.937, calculated for legacy purposes only.
272270

docs/source/proportion-plot.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ Each of these are attributes of the ``Dabest`` object.
233233
234234
To get the results of all valid statistical tests, use `.mean_diff.statistical_tests`
235235
236-
To get the results of all valid statistical tests, use `.mean_diff.statistical_tests`
237-
238236
Let’s compute the Cohen's h for our comparison.
239237

240238
.. code-block:: python3
@@ -259,8 +257,6 @@ Let’s compute the Cohen's h for our comparison.
259257
260258
To get the results of all valid statistical tests, use `.cohens_h.statistical_tests`
261259
262-
To get the results of all valid statistical tests, use `.cohens_h.statistical_tests`
263-
264260
265261
Producing Proportional Plots
266262
----------------------------

0 commit comments

Comments
 (0)