Learn R Programming

mistat (version 0.999)

BLEMISHES: Number of Blemishes on Ceramic Plates

Description

Blemishes found on each of 30 ceramic plates.

Usage

data(BLEMISHES)

Arguments

source

Kenett, R. and Zacks, S. (1998) Modern Industrial Statistics: The Design and Control of Quality and Reliability. Duxbury Press.

Details

Blemishes will affect the final product's (hybrid micro electronic components) electrical performance and its overall yield

Examples

Run this code
data(BLEMISHES)
table(factor(BLEMISHES$count, levels=0:5))

Run the code above in your browser using DataLab