Learn R Programming

BSDA (version 1.2.0)

Salary: Starting salaries for 25 new PhD psychologist

Description

Data for Exercise 3.66

Usage

Salary

Arguments

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

Run this code
# NOT RUN {
qqnorm(Salary$salary, pch = 19, col = "purple")
qqline(Salary$salary, col = "blue")

# }

Run the code above in your browser using DataLab