load_draws | R Documentation |
After simulate_from_model
has been called, this function can
be used to load one or more of the saved Draws
object(s)
(along with RNG information). If multiple indices are provided, these will
be combined into a new single Draws
object.
If simulation object is available, it is easier to use the function
draws
to load it.
load_draws(dir, model_name, index, more_info = FALSE, simulator.files = NULL)
dir |
the directory passed to |
model_name |
the Model object's |
index |
a vector of positive integers. |
more_info |
if TRUE, then returns additional information such as
state of RNG after calling |
simulator.files |
if NULL, then |
simulate_from_model
draws
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.