Learn R Programming

BSDA (version 0.1)

Defectiv: Number of defective items produced by 20 employees

Description

Data for Exercise 1.27

Usage

Defectiv

Arguments

source

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

Examples

Run this code
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)

Run the code above in your browser using DataLab