Use data visualization to characterize the PK behavior of the drug.
Ther is no correct answer, but you could explore:
-
Individual PK profiles
-
Summary trends
-
Variability between subjects
-
Something else…
Simulated pharmacokinetic (PK) data:
-
50 subjects each receive a single oral dose of an investigational drug
-
Plasma concentrations measured at 8 time points up to 24 hours post-dose
Dataset is simple: variables for Subject, Time (in hours) post-dose, and concentration
| Variable Name | Variable Label |
|---|---|
| subject | Subject ID |
| time_hr | Time (in hours) post-dose |
| concentration_ng_ml | drug concentration in ng/ml |
The data is provided in Excel format.