Learn R Programming

PFIM (version 5.0)

EvaluateModelODE: Evaluate an ODE model.

Description

Evaluate an ODE model.

Usage

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

Value

A list containing the evaluated responses and the gradients.

Arguments

object

An ModelODEquations 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.