corrosion.data: Corrosion data

Description Usage Format References Examples

Description

Corrosion resistance study data set.

Usage

1

Format

A data frame with 24 observations on the following 4 variables.

run

factor with 6 levels. The casting order.

heats

factor with 3 levels. The casting temperature.

coating

factor with 4 levels. The coating treatment.

resistance

numeric vector. Corrosion resistance response.

References

Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.

Examples

1
2
3

Example output

'data.frame':	24 obs. of  4 variables:
 $ run       : Factor w/ 6 levels "r1","r2","r3",..: 1 1 1 1 2 2 2 2 3 3 ...
 $ heats     : Factor w/ 3 levels "T360","T370",..: 1 1 1 1 2 2 2 2 3 3 ...
 $ coating   : Factor w/ 4 levels "C1","C2","C3",..: 2 3 1 4 1 3 4 2 3 1 ...
 $ resistance: int  73 83 67 89 65 87 86 91 147 155 ...

BHH2 documentation built on May 1, 2019, 6:27 p.m.