GLUCOSE: Blood Glucose Levels

Description Usage Format References Examples

Description

Fifteen diabetic patients were randomly selected, and their blood glucose levels were measured in mg/100 ml with two different devices.

Usage

1

Format

A data frame with 15 observations on the following 3 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
2
with(data = GLUCOSE,
boxplot(old, new, col = c("red", "blue")))

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