extract_refitted.stansim_simulation: Extract names of refitted datasets from a stansim_simulation...

Description Usage Arguments Value Examples

View source: R/extract_refitted-methods.R

Description

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.

Usage

1
2
## S3 method for class '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

1
2
3
4
5
## Not run: 
# extract names of refitted datasets
extract_refitted(simulation)

## End(Not run)

Ewan-Keith/rstansim documentation built on May 6, 2019, 4:08 p.m.