Learn R Programming

BSDA (version 1.01)

Inletoil: Inlet oil temperature through a valve

Description

Data for Exercises 5.91 and 6.48

Usage

Inletoil

Arguments

Format

A data frame with 12 observations on the following variable.

temp

a numeric vector

Examples

Run this code
# NOT RUN {
str(Inletoil)
attach(Inletoil)
t.test(temp)$conf
t.test(temp,mu=98,alternative="less")
detach(Inletoil)
# }

Run the code above in your browser using DataLab