Learn R Programming

PFIM (version 5.0)

EvaluationModel: Evaluation for the model, analytic, ode, infusion

Description

Evaluation for the model, analytic, ode, infusion

Usage

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

Value

A list contaning a dataframe giving the results of the evaluation and a list giving the gradient of the model.

Arguments

object

A StatisticalModel object.

samplingTimesModel

A vector containing the sampling times of the model.

cond_init_ode

A vector containing the initial conditions for an ODE model.

inputsModel

A list containing the parameters used for the model evaluation.

parametersGradient

A list containing the parameters used for the evaluation of the gradient of the model

computeFIM

A boolean giving TRUE id the FIM is compute, FALSE otherwise.