15/06/2020

Background

  • This data is available in the {datasets} library as the “Indometh” dataset

Properties

  • 6 subjects, 11 observations for each
  • Blood samples drawn at known times
  • Indomethacin conentration in blood samples in \(\frac{\mu g}{mL}\)

Getting the data and the code

library(datasets)
library(plotly)
## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout

The plot