Skip to content

Commit 231938d

Browse files
20260118 - fix subscripts
1 parent 4b87511 commit 231938d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sem.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ The standard error of the slope of the predictor on the outcome at different lev
26672667

26682668
$$
26692669
\begin{aligned}
2670-
SE(\text{slope}_\text{predictor}) &= \sqrt{Var(b_1) + Var(b_3) \cdot Z^2 + 2 \cdot Z \cdot Cov(b1, b3)} \\
2670+
SE(\text{slope}_\text{predictor}) &= \sqrt{Var(b_1) + Var(b_3) \cdot Z^2 + 2 \cdot Z \cdot Cov(b_1, b_3)} \\
26712671
SE(b_1 + b_3 \cdot Z) &=
26722672
\end{aligned}
26732673
$$
@@ -2682,7 +2682,7 @@ The variance of a weighted sum is:
26822682

26832683
$$
26842684
\begin{aligned}
2685-
Var(\text{slope}_\text{predictor}) &= Var(b_1) + Var(b_3) \cdot Z^2 + 2 \cdot Z \cdot Cov(b1, b3) \\
2685+
Var(\text{slope}_\text{predictor}) &= Var(b_1) + Var(b_3) \cdot Z^2 + 2 \cdot Z \cdot Cov(b_1, b_3) \\
26862686
Var(b_1 + b_3 \cdot Z) &=
26872687
\end{aligned}
26882688
$$

0 commit comments

Comments
 (0)