Orange dataset

Price of oranges versus size of the harvest

Price of oranges versus size of the harvest

Data for Exercise 9.61 data

Format

A data frame/tibble with six observations on two variables

  • harvest: harvest in millions of boxes
  • price: average price charged by California growers for a 75-pound box of navel oranges
Orange

Examples

plot(price ~ harvest, data = Orange) model <- lm(price ~ harvest, data = Orange) abline(model, col = "red") summary(model) rm(model)

References

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

  • Maintainer: Alan T. Arnholt
  • License: GPL-3
  • Last published: 2023-09-18

About the dataset

  • Number of rows: 6
  • Number of columns: 2
  • Class: tbl_df, tbl, data.frame

Column names and types

  • harvest:integer
  • price:numeric