archive_estimation {ubiquity}R Documentation

Archive Estimation Results

Description

Archives the estimation results by moving the output files to the same file names with 'name' prepended to them. This prevents them from being overwritten in a different analysis script the following files are archived:

Example:

archive_estimation('mysoln', cfg)

Would rename the files above

Usage

archive_estimation(name, cfg)

Arguments

name

analysis name

cfg

ubiquity system object

Value

Boolean variable indicating success (TRUE) or failure (FALSE)


[Package ubiquity version 2.0.3 Index]