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

Description Usage Note Examples

View source: R/pkFunctions.R

Description

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

Usage

1

Note

this models serves only to reproduce results of the article, and allows only 1 dose administered at time 0.

Examples

1
2
3
4
5
  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) )

microsamplingDesign documentation built on Oct. 13, 2021, 5:10 p.m.