Inletoil {BSDA} | R Documentation |
Data for Exercises 5.91 and 6.48
Inletoil
A data frame with 12 observations on the following variable.
temp
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Inletoil) attach(Inletoil) t.test(temp)$conf t.test(temp,mu=98,alternative="less") detach(Inletoil)