Learn R Programming

microsamplingDesign (version 1.0.8)

getPkModelArticle: reproduce the example of the article of Helen Barnet et al.

Description

reproduce the example of the article of Helen Barnet et al.

Usage

getPkModelArticle()

Arguments

Examples

Run this code
# NOT RUN {
  model       <-  getPkModelArticle()
  summary( model )
  testData    <-    getPkData( model , 1:12 , nSubjectsPerScheme = 3 , nSamples = 7 )
  plotObject( model , times = 0:12  )
   plotAverageRat( model , doseZero = 100 , timePoints = seq(0,12,0.5) )
# }

Run the code above in your browser using DataLab