Learn R Programming

PFIM (version 5.0)

EvaluateModelODEInfusion: Evaluate an ODE model in infusion

Description

Evaluate an ODE model in infusion

Usage

EvaluateModelODEInfusion(
  object,
  samplingTimesModel,
  cond_init_ode,
  inputsModel,
  parametersGradient,
  computeFIM
)

Value

A list containing the evaluated responses and the gradients.

Arguments

object

An EvaluateModelODEInfusion object.

samplingTimesModel

A vector containing the sampling times.

cond_init_ode

A vector containing the initial conditions.

inputsModel

A list containing the inputs of the models.

parametersGradient

A list containing the gradients of the model.

computeFIM

A boolean for computing the FIM or not.