Learn R Programming

PFIM (version 7.0)

Evaluation: Evaluation

Description

The class Evaluation represents and stores information for the evaluation of a design

Usage

Evaluation(
  evaluationDesign = list(),
  name = character(0),
  modelParameters = list(),
  modelEquations = list(),
  modelFromLibrary = list(),
  modelError = list(),
  designs = list(),
  outputs = list(),
  fimType = character(0),
  odeSolverParameters = list()
)

Arguments

evaluationDesign

A list giving the evaluation of the design.

name

A string giving the name of the design evaluation.

modelParameters

A list giving the model parameters.

modelEquations

A list giving the model equations.

modelFromLibrary

A list giving the model equations from the library of model.

modelError

A list giving the model error.

designs

A list giving the designs to be evaluated.

outputs

A list giving the model outputs.

fimType

A string giving the type of Fim being evaluated.

odeSolverParameters

A list giving the atol and rtol parameters for the ode solver.