Learn R Programming

PASWR (version 1.0)

glucose: 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

Arguments

source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

Run this code
attach(glucose)
boxplot(Old, New)
detach(glucose)

Run the code above in your browser using DataLab