Learn R Programming

PASWR (version 1.0)

Chips: Silicon Chips

Description

Two techniques of splitting chips are randomly assigned to 28 sheets so that each technique is applied to 14 sheets. The values recorded in Chips are the number of usable chips from each silicon sheet.

Usage

Chips

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(Chips)
par(mfrow=c(1,2))
qqnorm(techniqueI)
qqline(techniqueI)
qqnorm(techniqueII)
qqline(techniqueII)
par(mfrow=c(1,1))
detach(Chips)

Run the code above in your browser using DataLab