Description
Currently, when a data.frame is given to stics_wrapper for the argument param_values, the simulated data are all in the same data frame and there is no way to distinguish the simulations ran with distinct parameter values.
Expected behavior
Ideally there would be a way to distinguish the simulations.
Proposed solution (optional)
Add a column with unique identifiers, one per row of param_values.
Additional context
Would be useful in the example vignette proposed in this pull request.
Description
Currently, when a data.frame is given to
stics_wrapperfor the argumentparam_values, the simulated data are all in the same data frame and there is no way to distinguish the simulations ran with distinct parameter values.Expected behavior
Ideally there would be a way to distinguish the simulations.
Proposed solution (optional)
Add a column with unique identifiers, one per row of
param_values.Additional context
Would be useful in the example vignette proposed in this pull request.