Rate of infusion column in data set
RateLabel
is a property of the PKData
object.
It specifies the column in DataSet that contains the rate of infusion.
This applies only when dosing type is infusion. The data set must
contain the rate and not an infusion time. The values must be positive
and the column cannot contain Inf
or –Inf
. 0
specifies
an infinite rate (equivalent to a bolus dose), and NaN
specifies
no rate.
Applies to | Objects: PKData |
Data type | Character vector |
Data values | Column header |
Access | Read/write |