Defectiv {BSDA}R Documentation

Number of defective items produced by 20 employees

Description

Data for Exercise 1.27

Usage

Defectiv

Format

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

C1
a numeric vector
number
a numeric vector
Count
a numeric vector
Percent
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Defectiv)
attach(Defectiv)
table(C1)
barplot(table(C1),col="pink",ylab="Frequency",
xlab="Defective Items Produced by Employees",main="Problem 1.27")
detach(Defectiv)

[Package BSDA version 0.1 Index]