| Draws-class | R Documentation |
An object of class Draws represents the randomly drawn simulated data that is
generated when simulate_from_model is called on an object of
class Model. In particular, it contains a named list of nsim
simulated draws from a model object. The Model object's simulate
function populates this list.
This class inherits from the Component class.
namea short name identifier. Must be alphanumeric. Should use the name of the Model object that generated it.
labela longer, human readable label that indicates what has been randomly drawn.
drawsa list with nsim elements as created by calling
the simulate function of a Model object. This is a named
list with each element labeled as ri.j where i is the
index and j ranges from 1 to nsim. The
names are assigned by simulate_from_model.
indexan integer-valued numeric that indicates which block of random draws this is
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.