Learn R Programming

BSDA (version 1.01)

Supercar: Top speeds attained by five makes of supercars

Description

Data for Statistical Insight Chapter 10

Usage

Supercar

Arguments

Format

A data frame with 30 observations on the following 7 variables.

Acura

a numeric vector

Ferrari

a numeric vector

Lotus

a numeric vector

Porsche

a numeric vector

Viper

a numeric vector

speed

a numeric vector

car

a numeric vector

Examples

Run this code
# NOT RUN {
str(Supercar)
attach(Supercar)
boxplot(speed~car)
anova(lm(speed~as.factor(car)))
detach(Supercar)
# }

Run the code above in your browser using DataLab