Description Usage Arguments Value
View source: R/stansim_simulation.R
A constructor function for creating S3 objects of class
stansim_simulation
. stansim_simulation
objects are the basic
unit of output from calls to the fit_models()
function and collects the
specified data for all stan models fitted.
1 2 | stansim_simulation(sim_name, stansim_uni_list, start_time, end_time, raw_call,
seed)
|
sim_name |
The name to be given to the simulation represented by the
|
stansim_uni_list |
A list of objects with S3 class |
start_time |
System time when |
end_time |
System time when the results from |
raw_call |
The values of all arguments provided to |
seed |
The global seed for the |
An S3 object of class stansim_simulation
recording relevant
simulation data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.