Orange {BSDA}R Documentation

Price of oranges versus size of the harvest

Description

Data for Exercise 9.61

Usage

Orange

Format

A data frame with 6 observations on the following 2 variables.

harvest
a numeric vector
price
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Orange)
attach(Orange)
summary(lm(price~harvest))
detach(Orange)

[Package BSDA version 0.1 Index]