View source: R/read_previous_results.R
read_previous_results | R Documentation |
Searches the files found in path for the files saved by an imabc run and reads them into the current environment.
read_previous_results(path, tag = NULL)
path |
character(1). The location of files saved during a previous run. |
tag |
Optional character(1). If multiple runs have been saved to a single path, provide the tag that differentiates them. |
A list with a priors object, a targets object, and a list of data.frames needed to continue a calibration with imabc().
tag is required if multiple sets of results are stored in a single location.
While the output of this function are necessary for a restart, the user does not need to use this function for restarting a calibration. imabc() handles this function for the user via the previous_results_* input options.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.