Description Usage Arguments Details
View source: R/getRunCommands.R
Function to generate a script to make a tcsam2015 model run
1 2 3 4 5 |
os |
- 'win', 'mac', 'osx', or 'linux' |
model |
- admb model name |
path2model |
- path to model |
configFile |
- filename (including path) to model configuration file |
pin |
- flag (T/F) to use a pin file |
hess |
- flag (T/F) to calculate the hessian |
minPhase |
- start phase (or NULL) for minimization calculations |
maxPhase |
- last phase (or NULL) for minimization calculations |
mcmc |
- flag (T/F) to do mcmc calculations |
mc.N |
- number of mcmc iterations to do |
mc.save |
- number of iterations to skip when saving mcmc calculations |
mc.scale |
- number of iterations to adjust scale for mcmc calculations |
jitter |
- flag (T/F) to use jitter initial values |
jit.seed |
- value for random number seed to generate jitter |
calcOFL |
- flag (T/F) to do OFL calculations |
cleanup |
- flag (T/F) to clean up unnecessary files |
. If cleanup
is TRUE, then .bar, .b0*, .p0*, .r0*, variance,
EchoOut.dat, CheckFile.dat, and fimn.log files are deleted.
If the path associated with configFile
is a relative one, it should
be relative to the path for model output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.