File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )} \\
26712671SE(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 ) \\
26862686Var(b_1 + b_3 \cdot Z) &=
26872687\end{aligned}
26882688$$
You can’t perform that action at this time.
0 commit comments