Learn R Programming

PASWR (version 1.0)

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.

Usage

Leddiode

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(Leddiode)
boxplot(supplierA, supplierB,col=c("red","blue"))
detach(Leddiode)

Run the code above in your browser using DataLab