Learn R Programming

BSDA (version 1.01)

Defectiv: Number of defective items produced by 20 employees

Description

Data for Exercise 1.27

Usage

Defectiv

Arguments

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

Examples

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