| Output-class {simulator} | R Documentation |
An S4 class representing the output of a method run by simulator.
Description
An object of class Output consists of information to identify the
model, draws, and method objects this output was derived from. It also has
a list called out, which is where the output of the method is stored.
Slots
model_namethe name of the
Modelobject this output is derived from.indexthe index of the
Drawsobject this output is derived from.method_namethe name of the
Methodobject this output is derived from.method_labelthe label of the
Methodobject this output is derived from.outa named list with each element labeled as
ri.jwhereiis theindexandjranges from1tonsim. Elementout$ri.jis output of methodmethod_nameon random drawri.j.
[Package simulator version 0.2.5 Index]