| Evaluation | R Documentation |
The class Evaluation represents and stores information for the evaluation of a design
Evaluation(
evaluationDesign = list(),
name = character(0),
modelParameters = list(),
modelEquations = list(),
modelFromLibrary = list(),
modelError = list(),
designs = list(),
outputs = list(),
fimType = character(0),
odeSolverParameters = list()
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.