SimResult-class {simFrame}R Documentation

Class "SimResult"

Description

Class for the results of one simulation run.

Objects from the Class

Objects can be created by calls of the form new("SimResult", ...) or SimResult(...).

Slots

values:
Object of class "numeric" containing quantities of interest.
add:
Object of class "ANY" containing additional results, e.g., statistical models.

Details

The function to be evaluated in the simulation runs (see runSimulation) must return a numeric vector or an object of class SimResult. Note that the latter is computationally more expensive. Returning a list with components values and add is also accepted and slightly faster than using a "SimResult" object.

Methods

No methods defined with class "SimResult" in the signature.

Author(s)

Andreas Alfons, alfons@statistik.tuwien.ac.at

See Also

runSimulation, SimResults

Examples

showClass("SimResult")

[Package simFrame version 0.1.1 Index]