Load data - how many measurements at each time point for each Treatment so far…
## Time
## Treat 0 15 30 45 60 75 90
## A 0 0 0 0 0 0 0
## Dilute Glucose 9 8 8 8 8 8 8
## Gatorade 8 6 6 6 6 6 6
## Glucose 9 8 8 8 8 8 8
## Glucose + Fat 6 7 6 6 6 6 7
## Glucose + Protein 8 5 5 5 5 5 5
## Intense Exercise 3 3 3 3 3 3 3
## Intense Exercise + Glucose 7 3 3 3 3 3 3
## Moderate Exercise 9 9 9 9 9 7 7
## Moderate Exercise + Glucose 6 6 6 6 6 6 6
## Loading required package: plyr
Blood glucose
## Loading required package: ggplot2
## Warning: Removed 7 rows containing missing values (geom_path).
## Warning: Removed 7 rows containing missing values (geom_point).
Heart rate
## Warning: Removed 7 rows containing missing values (geom_path).
## Warning: Removed 7 rows containing missing values (geom_point).
Mean arterial blood pressure
## Warning: Removed 7 rows containing missing values (geom_path).
## Warning: Removed 7 rows containing missing values (geom_point).