To Lecture Notes

LSP 121 -- 9/28/10

 

Review Questions

  1. What does the correlation between two variables x and y tell you?

  2. Which of these datasets has a linear relationship between them?

    x y
    1 3
    2 4
    3 5
    4 6
    5 4
    6 2
    7 0
     
    x y
    1 9
    2 4
    3 1
    4 0
    5 1
    6 4
    7 9
     
    x y
    2.0 1.0
    3.0 1.0
    3.5 2.2
    4.0 3.0
    5.0 5.0
    3.0 2.5
    4.0 4.0
     
    x y
    5.0 3.0
    3.0 5.0
    4.0 4.0
    4.0 3.0
    2.5 5.0
    2.0 6.0
    3.0 7.0

    Ans: (1) the relationship is a piecewise linear one, not linear, (2) the relationship is a perfect quadratic one, not linear, (3) the relationship is a positive linear one; the points form an ellipse-shaped cloud, (4) the relationship is a negative linear one; the points form an ellipse-shaped cloud.

  3. What is the correlation of x with itself?

    Ans: 1, it is a perfect positive linear relationship.

  4. Explain the difference between the independent and dependent variables in a bivariate dataset.

    Ans: The dependent variable depends on the independent variable, changes in the independent variable causes the dependent variable to change, on the average.

  5. What does the R-squared value tell you about the relationship between the variables x and y?

    Ans: The R-squared value is the proportion of variation in the dependent variable that can be explained by the variation in the independent variable.

  6. What should you check in the Variable View of the SPSS Dataset Editor after you create or load a new column of values?

    Ans: The variable name, variable type (numeric or string), number of digits after the decimal, the measure (Nominal, Ordinal, Scale).

 

More about Correlation

 

Expanded Values for a Nominal Variable

 

Work on Activities