Change existing dosing compartment to infusion
addInfusion.Rd
Allows user to switch any dosing compartment to infusion
Arguments
- .Object
Model object
- doseCptName
Name of the compartment to which the dose is administered
- isDuration
Set
TRUE
if duration is used to specify infusion information- isSecondDose
Set
TRUE
if doseCptName is specified in the model through dosepoint2 statement- colName
Name of the input data column that represents the corresponding infusion rate. If not provided,
colName
must be mapped throughcolMapping()
.