Description Usage Arguments Details Value
This function extracts results from a set of previous jittered TCSAM2013 runs and re-runs the best run to create sd info.
1 2 3 4 |
os |
- 'win' or 'mac' or 'osx' |
path |
- path for model output |
model |
- TCSAM2013 model executable name |
path2model |
- path to model executable |
configFile |
- path to model configuration file |
minPhase |
- min phase to start estimation |
maxPhase |
- max phase for estimation |
numRuns |
- number of jitter runs to make |
in.csv |
- filename for jitter info (seed, obj fun value) from ADMB model run |
out.csv |
- filename for jittered results |
plotResults |
- T/F to plot final results using |
cleanup |
- flag (T/F) to clean up unnecessary files |
For each model run, this function reads a set of jittered model runs and determines the seed associated with the 1st model run that yielded the smallest value for the objective function and max gradient. It re-runs the model using this seed to re-create the model run resulting in the minimum objectve function to recreate the model output files. The best model run is done estimating the hessian, so standard deviations for estimated model parameters are available in the .std file.
Uses wtsUtilities::formatZeros()
.
- list w/ 4 elements: imn - index of (1st) smallest value for the objective function seed - seed resulting in the smallest objective function par - dataframe with par results from run w/ smallest objective function objFuns - table of objective function values, max gradients, and seed values from all model runs parList - list of par dataframes for each model run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.