Learn R Programming

PFIM (version 5.0)

ModelInfusionODEquations-class: Class "ModelInfusionODEquations" representing a model with infusion equations in ODE model.

Description

A class giving information on the infusion equations regarding the equations of the model.

Arguments

Objects from the class

ModelInfusionODEquations objects are typically created by calls to ModelInfusionODEquations and contain the following slots:

duringInfusionResponsesEquations:

A list containing the equations during the infusion.

afterInfusionResponsesEquations:

A list containing the equations after the infusion.

duringInfusionDerivatives:

A list containing the derivatives during the infusion.

afterInfusionDerivatives:

A list containing the derivatives after the infusion.

derivatives:

A list contaning the derivatives of the model.