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

temp
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Inletoil)
attach(Inletoil)
t.test(temp)$conf
t.test(temp,mu=98,alternative="less")
detach(Inletoil)

[Package BSDA version 0.1 Index]