Data for Exercise 3.66

Salary

Format

A data frame/tibble with 25 observations on one variable

salary

starting salary for Ph.D. psycholgists (in dollars)

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


qqnorm(Salary$salary, pch = 19, col = "purple")
qqline(Salary$salary, col = "blue")