Skip to content

Commit 360098d

Browse files
committed
corrected for underscores
Underscores "_" in defunct equations were replaced by "\_" to make them render correctly in in-line math.
1 parent e20c7f8 commit 360098d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

P/anova2-pss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $$ \label{eq:anova2-tss}
5454
\mathrm{SS}_\mathrm{tot} = \sum_{i=1}^{a} \sum_{j=1}^{b} \sum_{k=1}^{n_{ij}} (y_{ijk} - \bar{y}_{\bullet \bullet \bullet})^2
5555
$$
5656

57-
where $\bar{y} _{\bullet \bullet \bullet}$ is the mean across all values $y_{ijk}$. This can be rewritten as
57+
where $\bar{y}\_{\bullet \bullet \bullet}$ is the mean across all values $y\_{ijk}$. This can be rewritten as
5858

5959
$$ \label{eq:anova2-pss-s1}
6060
\begin{split}

0 commit comments

Comments
 (0)