Learn R Programming

PASWR (version 1.3)

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.

Arguments

Format

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

Patient

patient number

Old

blood glucose level in mg/100 ml using old device

New

blood glucose level in mg/100 ml using new device

Examples

Run this code
# NOT RUN {
with(data = glucose, 
boxplot(Old, New))

# }

Run the code above in your browser using DataLab