Learn R Programming

PASWR (version 1.3)

Leddiode: LED Diodes

Description

The diameter in millimeters for a random sample of 15 diodes from each of the two suppliers is stored in the data frame Leddiode.

Arguments

Format

A data frame with 15 observations on the following 2 variables:

supplierA

diameter in millimeters of diodes from supplier A

supplierB

diameter in millimeters of diodes from supplier B

Examples

Run this code
# NOT RUN {
with(data = Leddiode, 
boxplot(supplierA, supplierB, col = c("red", "blue")))

# }

Run the code above in your browser using DataLab