Learn R Programming

PFIM (version 5.0)

getEquationsModelPKPD: Get the equations of the PK and PD models of a ModelEquations object.

Description

Get the equations of the PK and PD models of a ModelEquations object.

getEquationsModelPKPD

Usage

getEquationsModelPKPD(modelEquationsPKmodel, modelEquationsPDmodel)

getEquationsModelPKPD(modelEquationsPKmodel, modelEquationsPDmodel)

Value

A list output giving:

  • expressions for the equations of the PK and PD models, for an analytic PK and PD models.

  • expressions for the equations of the PK and the infusion equations PD models, for a PK model in infusion.

  • expressions for the equations of the PK and PD models, for an ODE PK and PD models.

Arguments

modelEquationsPKmodel

An expression giving the equation of the PK model.

modelEquationsPDmodel

An expression giving the equation of the PD model.