Hamish222
July 8, 2016
Many students struggle to develop an intuition for the (Pearson) correlation coefficient.
The “Correlation Quiz” Shiny App presents random data of the form \[ (x_i, a_0 + a_1 x_i + \epsilon_i), \] where \( a_0 \) and \( a_1 \) are constants and \[ \epsilon_i \sim N(0, \sigma^2), \] and it gives the user the opportunity to guess the corresponding value of \( r \).
This tends to be more difficult with few points and a correlation near zero, but the user can change the number of points with a slider.
Here is an example from the Correlation Quiz Shiny App.
Including the least-squares regression line indicates that \( r>0 \).
Students can reveal the value of \( r \) (\( r \approx 0.258 \) in this case) at the bottom when they are ready.