| load_draws {simulator} | R Documentation |
Load one or more draws objects from file.
Description
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.
Usage
load_draws(dir, model_name, index, more_info = FALSE, simulator.files = NULL)
Arguments
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 |
See Also
[Package simulator version 0.2.5 Index]