Learn R Programming

BSDA (version 1.2.2)

Honda: Miles per gallon for a Honda Civic on 35 different occasions

Description

Data for Statistical Insight Chapter 6

Usage

Honda

Arguments

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

Run this code

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

Run the code above in your browser using DataLab