get_data {psborrow2} | R Documentation |
Get Simulated Data from SimDataList
object
Description
Retrieves the simulated data from a SimDataList
object by index.
Usage
get_data(object, index = 1, dataset = 1)
## S4 method for signature 'SimDataList'
get_data(object, index = NULL, dataset = NULL)
Arguments
object |
|
index |
the index of the scenario (see guide with print( |
dataset |
the dataset out of |
Value
Simulated data as a data frame if the index is specified, else as a list
[Package psborrow2 version 0.0.3.4 Index]