Problem 1 — Direction and Strength from r (Variants 0–4)
- Variant 0 (
): positive ( ); strong ( ). - Variant 1 (
): negative; moderate ( ). - Variant 2 (
): positive; weak ( ). - Variant 3 (
): negative; strong ( ). - Variant 4 (
): positive; moderate ( ).
Common mistakes: (1) a negative
Problem 2 — Computing and Interpreting r² (Variants 0–4)
- Variant 0 (
): → “74% of the variability in weight is explained by the linear relationship with height.” - Variant 1 (
): (squaring removes the sign) → “52% of coffee-sales variability explained by temperature.” - Variant 2 (
): → “18% of GPA variability explained by attendance; 82% unexplained.” - Variant 3 (
): → “83% of resting-heart-rate variability explained by exercise frequency.” - Variant 4 (
): → “42% of productivity variability explained by sleep hours.”
The C6 trap: never report
Problem 3 — Correlation vs. Causation
- Scenario 1 (firefighters vs. property damage,
): no causation — fire size is the confounder (bigger fires draw more firefighters and cause more damage). The strength of is irrelevant to causation. - Scenario 2 (activity vs. depression,
): cannot determine — reverse causation (feeling better → more energy to exercise) or a health confounder is plausible. - Scenario 3 (pencil length vs. grades,
): no — both are driven by studious behavior (a common cause).
Problem 4 — Compute r² and Interpret (Generator)
(1) Square
Key distractor: the generator offers