Inletoil {BSDA} | R 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")
[Package BSDA version 1.2.2 Index]