GLUCOSE {PASWR2} | R 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")))
[Package PASWR2 version 1.0.5 Index]