powered by
Data for Exercise 1.27
Defectiv
A data frame with 20 observations on the following 4 variables.
C1
a numeric vector
number
Count
Percent
# NOT RUN { 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