Load data - how many measurements at each time point for each Treatment so far…

##          Time
## Treatment 0 15 30 45 60 75 90
##         A 9  8  8  8  8  8  8
##         B 6  6  6  6  6  6  6
##         C 6  6  6  6  6  6  6
##         H 6  6  6  6  6  6  6
##         I 9  8  8  8  8  8  8
## Loading required package: plyr

Blood glucose

## Loading required package: ggplot2
## Warning: Removed 1 rows containing missing values (geom_point).

plot of chunk unnamed-chunk-2

Heart rate
plot of chunk unnamed-chunk-3

Mean arterial blood pressure

## Warning: Removed 1 rows containing missing values (geom_path).
## Warning: Removed 1 rows containing missing values (geom_point).

plot of chunk unnamed-chunk-4