Quiz #2 / “HW4-Paired Data”

We will have a quiz (Quiz #2) tomorrow (Wednesday, Feb 26). The quiz will be a simple exercise involving generating a scatterplot and calculating the correlation coefficient (using the spreadsheet command =correl) for a  given paired data set.

To prepare for the quiz, review the class outline on those topics and also review the exercises from “HW4-Paired Data” on scatterplots and the correlation coefficient (exercises #6, 9, 10, 13, 14, 19, 22):

  • you can use the built-in spreadsheet function =correl to calculate the correlation coefficient for #6, 19, and 22
  • #19 and #22 ask for additional statistics related to linear regression–those won’t be covered on tomorrow’s quiz

Here are additional notes and hints on “HW4-Paired Data” (which is due Mon March 2)

  • #1-2, 5 (review of equations of lines, independent/dependent variables)
    • recall that if we have y given as a function of x, we call x the independent variable, and y the dependent variable
    • especially in the context of linear regression, where we get a linear function (or “linear model”)  y = α + βx that seeks to explain the y-variable in terms of the x-variable, then x is sometimes called the explanatory or input variable, and y is called the response or output variable
  • #3, 4, 20, 21, 22 (linear regression)
    • for #3 and 22, use the built-in spreadsheet functions =slope(y_data, x_data) and =intercept(y_data, x_data) to find the “least squares line” (i.e., the linear regression line y = α + βx, where α is the y-intercept and β is the slope
  • #7, 8, 17, 19 ask about the “coefficient of determination”

Leave a Reply