MEMSS (version 0.9-3)

Glucose: Glucose levels over time

Description

The Glucose data frame has 378 rows and 4 columns.

Arguments

Format

This data frame contains the following columns:

Subject

a factor with levels A to F

Time

a numeric vector

conc

a numeric vector of glucose levels

Meal

an ordered factor with levels 2am < 6am < 10am < 2pm < 6pm < 10pm

Examples

Run this code
# NOT RUN {
require(lattice)
str(Glucose)
xyplot(conc ~ Time | Meal * Subject, Glucose)
# }

Run the code above in your browser using DataLab