Honda {BSDA}R Documentation

Miles per gallon for a Honda Civic on 35 different occasions

Description

Data for Statistical Insight Chapter 6

Usage

Honda

Format

A data frame with 35 observations on the following variable.

mileage
a numeric vector

Source

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

Examples

str(Honda)
attach(Honda)
t.test(mileage,mu=40,alternative="less")
detach(Honda)

[Package BSDA version 0.1 Index]