Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Pharmacokinetics (PK)

The challenge

Use data visualization to characterize the PK behavior of the drug.

Ideas

Ther is no correct answer, but you could explore:​

  • Individual PK profiles​

  • Summary trends​

  • Variability between subjects​

  • Something else…​

The data

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.