run_iscam | R Documentation |
base::shell()
commandRun an iscam model through the base::shell()
command
run_iscam(
model_dir,
mcmc_mode = FALSE,
mcmc_dir = "mcmc",
mcmc_chain_length = 500,
mcsave = 1,
mcscale = 0,
maxfn = 2000,
crit = 1e-04,
nox = TRUE,
...
)
model_dir |
The directory in which the iscam model lies |
mcmc_mode |
Logical. TRUE means enter the |
mcmc_dir |
Directory to run the MCMC in |
mcmc_chain_length |
MCMC chain length |
mcsave |
MCMC save every |
mcscale |
Scale step size for the first |
maxfn |
Maximum number of function evaluations |
crit |
Gradient convergence criterion |
nox |
Logical. If TRUE, do not show gradient info to the screen |
... |
Passed on to other functions |
base::invisible()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.