Skip to content

Commit 8b4d2aa

Browse files
committed
Add preprint blog post and exclude tests from docs rendering
Add new blog post notebook and figure for the DABEST2 preprint. Update _quarto.yml to exclude tests/ from Quarto rendering
1 parent 776c4b9 commit 8b4d2aa

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

nbs/_quarto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
project:
22
type: website
3+
render:
4+
- "**/*.ipynb"
5+
- "**/*.qmd"
6+
- "!tests/**"
37

48
format:
59
html:
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "3aaa3ea8",
6+
"metadata": {},
7+
"source": [
8+
"# Preprint: Getting over ANOVA\n",
9+
"\n",
10+
"- order: 3"
11+
]
12+
},
13+
{
14+
"cell_type": "markdown",
15+
"id": "1637313a",
16+
"metadata": {},
17+
"source": [
18+
"Here's a dirty secret about ANOVA: it tests a null hypothesis that nobody cares about. When you run a one-way ANOVA, you're testing whether \"all group means are equal.\" But even if you reject this hypothesis, you learn nothing about which groups differ, in which direction, or by how much.\n",
19+
"\n",
20+
"So you embark on a second analytical step: multiple two-group comparisons. A modest six-group experiment suddenly requires testing 15 hypotheses. To manage this multiplicity, you apply corrections like Bonferroni, which undermine your statistical power. What you posed as a focused research question has sprawled into a complex web of subsidiary tests, forced by the ANOVA ritual.\n",
21+
"\n",
22+
"Our new preprint, \"Getting over ANOVA: Estimation graphics for multi-group comparisons,\" makes the case for a better approach. Estimation statistics encourages you to compare each test group to a single control, focusing on the effect sizes that actually matter. A six-group experiment focuses attention on just five effect sizes with confidence intervals, showing magnitude and precision directly.\n",
23+
"\n",
24+
"The preprint introduces estimation methods for a range of multi-group designs: repeated-measures experiments, 2×2 factorial designs, binary outcome data, and mini-meta analysis for internal replicates. Each can replace data-analysis practices used in thousands of studies every year.\n",
25+
"\n",
26+
"Read our new preprint here: https://doi.org/10.64898/2026.01.26.701654"
27+
]
28+
},
29+
{
30+
"cell_type": "markdown",
31+
"id": "a189c68d",
32+
"metadata": {},
33+
"source": [
34+
"Also posted on [LinkedIn](https://www.linkedin.com/posts/adam-claridge-chang-9a00819_statistics-openscience-datavisualization-activity-7422207336259190785-w1LT) [#Statistics](https://www.linkedin.com/search/results/all/?keywords=%23statistics&origin=HASH_TAG_FROM_FEED) [#OpenScience](https://www.linkedin.com/search/results/all/?keywords=%23openscience&origin=HASH_TAG_FROM_FEED) [#DataVisualization](https://www.linkedin.com/search/results/all/?keywords=%23datavisualization&origin=HASH_TAG_FROM_FEED) [#Research](https://www.linkedin.com/search/results/all/?keywords=%23research&origin=HASH_TAG_FROM_FEED)"
35+
]
36+
},
37+
{
38+
"cell_type": "markdown",
39+
"id": "efdc1c76",
40+
"metadata": {},
41+
"source": [
42+
"![](preprint_fig.png)"
43+
]
44+
}
45+
],
46+
"metadata": {},
47+
"nbformat": 4,
48+
"nbformat_minor": 5
49+
}
774 KB
Loading

0 commit comments

Comments
 (0)