DosePoint-class | R Documentation |
Defines a dosepoint for a compartment
isZeroOrderAbsorption |
One of No|RateDose|DurationDose |
isBioavail |
Does dose point has bioavailability? |
bioavailExpression |
Bioavailability expression |
isTlag |
Does dose have time lag? |
tlagExpression |
Time lag expression |
durationExpression |
Optional Formula defines how to express duration in PML |
rateExpression |
Optional Formula defines how to express rate in PML |
dobefore |
Code to execute before dose is administrated |
doafter |
Code to execute after dose is administrated |
dosePoint <- DosePoint(
isZeroOrderAbsorption = DurationDose,
durationExpression = "DUR",
isTlag = FALSE,
isBioavail = TRUE,
bioavailExpression = "logitF1;1-ilogit(logitF1)"
)
absDosePoint <- DosePoint(
isZeroOrderAbsorption = NoDose,
isBioavail = TRUE,
bioavailExpression = "logitF1;ilogit(logitF1)"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.