ExpandDH {wnl} | R Documentation |
Expand Dosing History Table
Description
It expands dosing history table.
Usage
ExpandDH(DH, Fo = 1)
Arguments
DH |
Dosing history table of NONMEM type |
Fo |
Bioavailability of the first (gut) compartment |
Details
It expands dosing history table of conventional NONMEM data format. It calculate bioavailable amount, then add time points of non-differentiable, e.g. stopping points of infusion.
Value
Returns expanded dosing history table.
Author(s)
Kyun-Seop Bae <k@acr.kr>
Examples
DAT
ExpandDH(DAT) # One observation point is increased at the time of 27.
[Package wnl version 0.8.1 Index]