Learn R Programming

BSDA (version 1.01)

Shuttle: Number of people riding shuttle versus number of automobiles in the downtown area

Description

Data for Exercise 9.20

Usage

Shuttle

Arguments

Format

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

shuttle

a numeric vector

autos

a numeric vector

Examples

Run this code
# NOT RUN {
str(Shuttle)
attach(Shuttle)
model <- lm(autos~shuttle)
summary(model)
detach(Shuttle)
remove(model)
# }

Run the code above in your browser using DataLab