SE of the slope is given by SE(b) = s / (s_x * sqrt(n-1)) where s is residual SD and s_x is the standard deviation of x.
If s_x (spread of x) doubles, what happens to SE(b)?
- A
Stays the same
- B
Quadruples
- Ccheck_circle
Halves
- D
Doubles
Explanation
Per the formula SE(b) = s/(s_x * sqrt(n-1)), doubling s_x halves SE(b). More x-spread improves slope precision.