Learn R Programming

BSDA (version 1.2.1)

Wheat: Price of a bushel of wheat versus the national weekly earnings of production workers

Description

Data for Exercise 2.11

Usage

Wheat

Arguments

Format

A data frame/tibble with 19 observations on three variables

year

year

earnings

national weekly earnings (in dollars) for production workers

price

price for a bushel of wheat (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

par(mfrow = c(1, 2))
plot(earnings ~ year, data = Wheat)
plot(price ~ year, data = Wheat)
par(mfrow = c(1, 1))

Run the code above in your browser using DataLab