| SimResult-class {simFrame} | R Documentation |
Class for the results of one simulation run.
Objects can be created by calls of the form new("SimResult", ...) or
SimResult(...).
values:"numeric" containing
quantities of interest.add:"ANY" containing additional
results, e.g., statistical models.
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.
No methods defined with class "SimResult" in the signature.
Andreas Alfons, alfons@statistik.tuwien.ac.at
showClass("SimResult")