Inletoil: Inlet oil temperature through a valve

InletoilR Documentation

Inlet oil temperature through a valve

Description

Data for Exercises 5.91 and 6.48

Usage

Inletoil

Format

A data frame/tibble with 12 observations on one variable

temp

inlet oil temperature (Fahrenheit)

References

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

Examples


hist(Inletoil$temp, breaks = 3)
qqnorm(Inletoil$temp)
qqline(Inletoil$temp)
t.test(Inletoil$temp)
t.test(Inletoil$temp, mu = 98, alternative = "less")


alanarnholt/BSDA documentation built on Sept. 15, 2023, 4:55 a.m.