Learn R Programming

BSDA (version 1.01)

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 with 35 observations on the following variable.

mileage

a numeric vector

Examples

Run this code
# NOT RUN {
str(Honda)
attach(Honda)
t.test(mileage,mu=40,alternative="less")
detach(Honda)
# }

Run the code above in your browser using DataLab