Applied to an object of type stansim_simulation,
extract_refitted() will return a vector of the names of datasets
that have been refitted since the initial simulation.
# S3 method for stansim_simulation extract_refitted(object, ...)
| object | An object of S3 class stansim_simulation. |
|---|---|
| ... | other arguments not used by this method. |
A character vector of the refitted dataset names.
# NOT RUN { # extract names of refitted datasets extract_refitted(simulation) # }