glucose {PASWR} | R Documentation |
Fifteen diabetic patients were randomly selected, and their blood glucose levels were measured in mg/100 ml with two different devices.
glucose
A data frame with 15 observations on the following 3 variables:
Patient
Old
New
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(glucose) boxplot(Old, New) detach(glucose)