run.IRATE.example: compile and run preinstalled example IRATE-model setups

Description Usage Arguments Author(s) See Also Examples

View source: R/run.IRATE.example.r

Description

compile and run preinstalled example IRATE-model setups

Usage

1
  run.IRATE.example(setup.name, run.folder, ...)

Arguments

setup.name

Character string defining preinstalled IRATE example setups/datasets to be run. If missing or not valid, the user will be asked to choose among valid examples. Check IRATE.examples() for valid, preinstalled IRATE examples.

run.folder

Character string defining the folder in which the selected example shall be run. If missing a folder, named after the example setup file, will be created in the current working directory.

...

Further arguments to be passed to run.IRATE

Author(s)

Robert K. Bauer

See Also

To check model setup files see: read.dat and make.dat.
For run results see: read.rep and read.par.
To delete run files see: clean.IRATE.
For more information on admb model compiliation and run prodcudres see: compile_admb and run_admb from the R2admb-package

Examples

1
2
3
4
5
### setup example not specified, user will be prompted to select among exisisting example setups:
# run.IRATE.example() 

### example name specified
# run.IRATE.example("JiangADCR")

IRATER documentation built on May 1, 2019, 7:32 p.m.