| Output-class | R Documentation |
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.
model_namethe name of the Model object this output is
derived from.
indexthe index of the Draws object this output is
derived from.
method_namethe name of the Method object this output is
derived from.
method_labelthe label of the Method object this output
is derived from.
outa named list with each element labeled as ri.j where
i is the index and j ranges from 1 to
nsim. Element out$ri.j is output of method
method_name on random draw ri.j.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.