Runs an IQRtteProjectMulti object (each IQRtteProject within)

With "running" is meant that it will run the parameter estimation in the tool of choice (format of the IQRtteProjects in the IQRtteProjectMulti object).

run_IQRtteProjectMulti(
  projectPath,
  pathname = NULL,
  ncores = 1,
  Nparallel = 1,
  FLAGrerun = FALSE,
  FLAGgof = TRUE
)

Arguments

projectPath

An IQRtteProjectMulti object

pathname

Path to which the summary result files are written. If undefined they will be shown in the Console.

ncores

Number of cores if use of parallelization of a single model run.

Nparallel

Number of models to run in parallel - only supported on Linux. On Windows this setting is ignored and kept on 1

FLAGrerun

TRUE: Models will be rerun even if results already present. FALSE: Models for which results are present will not be rerun. This only impacts the "running" of the models. GoF plots will still be generated. This allows for separation of running and GoF plot generation.

FLAGgof

TRUE: Create GoF plots for all runs FALSE: Do not create GoF plots. NOTE THAT GoF plots are out of scope of WP3.

Value

An IQRtteProjectMulti is returned.