Learn R Programming

BSDA (version 1.01)

Orange: Price of oranges versus size of the harvest

Description

Data for Exercise 9.61

Usage

Orange

Arguments

Format

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

harvest

a numeric vector

price

a numeric vector

Examples

Run this code
# NOT RUN {
str(Orange)
attach(Orange)
summary(lm(price~harvest))
detach(Orange)
# }

Run the code above in your browser using DataLab