Learn R Programming

mistat (version 2.0.4)

BLEMISHES: Number of Blemishes on Ceramic Plates

Description

Blemishes found on each of 30 ceramic plates.

Usage

data(BLEMISHES)

Arguments

Format

A data frame with 30 observations:

plateID

a factor

count

an integer vector

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