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, ...)

Arguments

object

An object of S3 class stansim_simulation.

...

other arguments not used by this method.

Value

A character vector of the refitted dataset names.

Examples

# NOT RUN {
# extract names of refitted datasets
extract_refitted(simulation)
# }