Supercar {BSDA}R Documentation

Top speeds attained by five makes of supercars

Description

Data for Statistical Insight Chapter 10

Usage

Supercar

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

Source

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

Examples

str(Supercar)
attach(Supercar)
boxplot(speed~car)
anova(lm(speed~as.factor(car)))
detach(Supercar)

[Package BSDA version 0.1 Index]