Description Usage Arguments Details Value
This functions runs a sequence of TCSAM2013 model.
1 2 | runSequence(os = "osx", path = ".", model = "tcsam2013alta",
path2model = "", configFile = "", numRuns = 4, plotResults = FALSE)
|
os |
- 'win' or 'mac' or 'osx' |
path |
- path for model output |
model |
- TCSAM2013 model executable name |
path2model |
- path to model executable |
configFile |
- full (absolute) path to model configuration file |
numRuns |
- number of runs in sequence to make |
plotResults |
- T/F to plot final results using |
This function creates a shell script ('./tmp.sh') in the working directory and uses it to run a version of the TCSAM2013 model. Pin files are copied from the previous run's par file. The file 'best.txt' identifies the run with the best objective function value. The "best" sub-folder contains results from re-running the best run, this time estimating the hessian and obtaining the std file (if the hessian is invertible).
Uses wtsUtilities::formatZeros()
.
- list indicatng index of best run, the folder with the best run, and a list of results from the parameter files for each model run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.