LEDDIODE: LED Diodes

Description Usage Format References Examples

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

1

Format

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

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

1
ggplot(data = LEDDIODE, aes(supplier, diameter)) + geom_boxplot()

PASWR2 documentation built on Sept. 5, 2021, 5:44 p.m.