Learn R Programming

mistat (version 2.0.4)

ETCHRATETWO: Data on the Rate of Etching (two samples)

Description

Rate of removal of field oxide in two different semiconductor plasma etching processes, A and B.

Usage

data(ETCHRATETWO)

Arguments

Format

A data frame with 12 observations on the following 2 variables.

A

a numeric vector, rate of etching, sample A

B

a numeric vector, rate of etching, sample B

Examples

Run this code
data(ETCHRATETWO)

boxplot(values ~ ind, data=stack(ETCHRATETWO))

Run the code above in your browser using DataLab