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/tibble with 35 observations on one variable

mileage

miles per gallon for a Honda Civic

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


t.test(Honda$mileage, mu = 40, alternative = "less")


[Package BSDA version 1.2.2 Index]