Skip to content

Commit a73ac6d

Browse files
committed
Tutorial edits
1 parent ac34087 commit a73ac6d

17 files changed

Lines changed: 480 additions & 9134 deletions

nbs/tutorials/01-basics.ipynb

Lines changed: 194 additions & 517 deletions
Large diffs are not rendered by default.

nbs/tutorials/02-repeated_measures.ipynb

Lines changed: 0 additions & 626 deletions
This file was deleted.
Lines changed: 8 additions & 8 deletions
Large diffs are not rendered by default.

nbs/tutorials/03-proportion_plot.ipynb

Lines changed: 0 additions & 1447 deletions
This file was deleted.

nbs/tutorials/test-03-shared_control_and_repeated_measures.ipynb renamed to nbs/tutorials/03-shared_control_and_repeated_measures.ipynb

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

nbs/tutorials/04-mini_meta_delta.ipynb

Lines changed: 0 additions & 996 deletions
This file was deleted.

nbs/tutorials/test-04-proportion_plot.ipynb renamed to nbs/tutorials/04-proportion_plot.ipynb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"- order: 4"
1212
]
1313
},
14+
{
15+
"cell_type": "markdown",
16+
"metadata": {},
17+
"source": [
18+
"<div style=\"padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #31708f; background-color: #d9edf7; border-color: #bce8f1;\"> As of v2023.02.14, DABEST can be used to generate Cohen's *h* and the corresponding proportion plot for binary data. It's important to note that the code we provide only supports numerical proportion data, \n",
19+
"where the values are limited to 0 (failure) and 1 (success). This means that the code is not suitable for \n",
20+
"analyzing proportion data that contains non-numeric values, such as strings like 'yes' and 'no'. </div>\n"
21+
]
22+
},
1423
{
1524
"cell_type": "markdown",
1625
"metadata": {},
@@ -1904,7 +1913,7 @@
19041913
"cell_type": "markdown",
19051914
"metadata": {},
19061915
"source": [
1907-
"For further aesthetic changes, see the plot_aesthetics tutorial page.\n"
1916+
"For further aesthetic changes, the '[Plot Aesthetics Tutorial](09-plot_aesthetics.html)' provides detailed examples of how to customize the plot.\n"
19081917
]
19091918
}
19101919
],

nbs/tutorials/05-delta_delta.ipynb

Lines changed: 0 additions & 842 deletions
This file was deleted.
Lines changed: 21 additions & 16 deletions
Large diffs are not rendered by default.
Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)