Model-class {PFIM} | R Documentation |
Class "Model"
Description
The class Model
defines information concerning the construction of a model.
Objects from the class
Objects form the class Model
can be created by calls of the form Model(...)
where
(...) are the parameters for the Model
objects.
Slots for Administration
objects
name
:A string giving the name of the model.
description
:A list of string giving the description of the model.
equations
:A list giving the equations of the model.
outcomes
:A list giving the outcomes of the model.
outcomesForEvaluation
:A list giving the outcomes used for the evaluation of the model.
parameters
:A list giving the parameters of the model.
modelError
:A list giving the model error of the model.
initialConditions
:A list giving the initial conditions of the model.
odeSolverParameters
:A list giving the parameters for the solver of the model.
modelFromLibrary
:A list giving the model equations when the model is constructed from the library of model.
[Package PFIM version 6.0.3 Index]