Salary {BSDA} | R Documentation |
Starting salaries for 25 new PhD psychologist
Description
Data for Exercise 3.66
Usage
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")
[Package BSDA version 1.2.2 Index]