4.3. Concepts Review#

Here we review some conceptual points from the lecture.

Please try to answer each question yourself before clicking to reveal the answer

You can discuss these points with your tutor at the computer-based tutorial session (these sessions are for discussing concepts as well as for developing Python skills)

  1. A researcher measures weight (in stone) and height (in inches) for men. She calculates the correlation and covariance. She then decides to convert her data to metric units, kilograms and centimetres. One kilogram is 0.157 stone and one centimetre is 0.39 inches. What will happen to the correlation and covariance?
  2. What are the assumptions of Pearson's r?

    rViolations

  3. Which features of each illustration above violate the assumptions of Pearson's r?
  4. What is heteroscedasticity?
  5. Explain why heteroscedasticity is common in real datasets

    rViolations

  6. The two plots above show type of pet owned by two (fictional) samples of men. For each man the researcher recorded whether he descriebs himseld as politically liberal or conservative, and whether he prefers cats or dogs

    Explain what is meant by an interaction between categorical variables and why each of the plots above illustrate such an interaction