Learn R Programming

mistat (version 2.0.3)

CONTACTLEN: Length of the Electrical Contacts

Description

length (in \(cm\)) of the electrical contacts of relays in samples of size five, taken hourly from a running process.

Usage

data(CONTACTLEN)

Arguments

Format

A numeric matrix with five columns representing a sample and twenty rows representing hourly samples.

Examples

Run this code
# NOT RUN {
data(CONTACTLEN)

library(qcc)

qcc(CONTACTLEN, type="xbar")
# }

Run the code above in your browser using DataLab