get_data | R Documentation |
SimDataList
objectRetrieves the simulated data from a SimDataList
object by index.
get_data(object, index = 1, dataset = 1)
## S4 method for signature 'SimDataList'
get_data(object, index = NULL, dataset = NULL)
object |
|
index |
the index of the scenario (see guide with print( |
dataset |
the dataset out of |
Simulated data as a data frame if the index is specified, else as a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.