GLUCOSE: Blood Glucose Levels

GLUCOSER Documentation

Blood Glucose Levels

Description

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

Usage

GLUCOSE

Format

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

  • patient (patient number)

  • old (blood glucose level in mg/100 ml using an old device)

  • new (blood glucose level in mg/100 ml using a new device)

References

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

Examples

with(data = GLUCOSE,
boxplot(old, new, col = c("red", "blue")))

alanarnholt/PASWR2 documentation built on June 2, 2022, 5:20 a.m.