1. 학습
  2. /
  3. 강의
  4. /
  5. Practicing Statistics Interview Questions in R

Connected

연습 문제

Q-Q plot

During the interview, you can use a Q-Q plot to support the result of the Shapiro-Wilk test.

A Q-Q plot that compares a certain sample data against the values of a normal distribution helps to assess the normality of the sample visually.

Recall that:

  • qqplot(x, y) - produces a Q-Q plot of two datasets,
  • qqnorm(x) - produces a Q-Q plot against normal distribution.

The line added by qqline(x) is by default normal.

The cats dataset from the MASS package is available for this exercise.

지침 1/3

undefined XP
    1
    2
    3

질문

Which of the below sentences about the Q-Q plot is true?

가능한 답변