addInfusion {Certara.RsNLME} | R Documentation |
Change existing dosing compartment to infusion
Description
Allows user to switch any dosing compartment to infusion
Usage
addInfusion(
.Object,
doseCptName,
isDuration = FALSE,
isSecondDose = FALSE,
colName = NULL
)
Arguments
.Object |
Model object |
doseCptName |
Name of the compartment to which the dose is administered |
isDuration |
Set |
isSecondDose |
Set |
colName |
Name of the input data column that represents the corresponding infusion rate. If not provided, |
Value
Modified NlmePmlModel
object
Examples
newModel <- addInfusion(model, "A1", FALSE, FALSE, "A1_1")
[Package Certara.RsNLME version 3.0.1 Index]