Defectiv {BSDA} | R Documentation |
Data for Exercise 1.27
Defectiv
A data frame with 20 observations on the following 4 variables.
C1
number
Count
Percent
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
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)