Runs an IQRtteProject
run_IQRtteProject.Rd
With "running" is meant that it will run the parameter estimation in the tool of choice (format of the IQRtteProject).
run_IQRtteProject(projectPath, ncores = 1, FLAGrerun = FALSE, FLAGgof = TRUE)
Arguments
- projectPath
An IQRtteProject or a character string with the path to an IQRtteProject folder.
- ncores
Number of cores if use of parallelization of a single model run
- 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.
Value
An IQRtteProject is returned.
See also
Other IQRtteProject:
IQRtteProject()
,
as_IQRtteProject()
,
as_IQRtteProjectMulti()
,
is_IQRtteProject()
,
is_IQRtteProjectMulti()
,
plot.IQRtteProject()
,
plotVPC_IQRtteProject()
,
print.IQRtteProject()
,
print.IQRtteProjectMulti()
,
run_IQRtteProjectMulti()
Other IQRtteProject:
IQRtteProject()
,
as_IQRtteProject()
,
as_IQRtteProjectMulti()
,
is_IQRtteProject()
,
is_IQRtteProjectMulti()
,
plot.IQRtteProject()
,
plotVPC_IQRtteProject()
,
print.IQRtteProject()
,
print.IQRtteProjectMulti()
,
run_IQRtteProjectMulti()