You already know how to use the boxplot to detect outliers (Method 1).
Using the z-scores is another method to detect outliers (Method 2).
An extreme outlier is an observation with z-score greater than
3 or less than -3. A mild outlier is an observation with z-score
greater than 2 or less than -2, but which is not an extreme outlier.
*Are there any outliers according to Method 2. Print your z-scores with
Analyze >> Reports >> Case Summaries. Also, explain your answer.