runScenario
[Monolix - PKanalix - Simulx] Run scenario
Run the scenario that has been set with setScenario
.
Usage
runScenario()
Details
A scenario is a list of tasks to be run. Setting the scenario is equivalent to selecting tasks in Monolix, PKanalix or Simulx GUI that will be performed when clicking on RUN.
If exportchartsdata preference is set to TRUE with setPreferences
, runscenario generates the charts data in the result folder.
Every task can also be run separately with a specific function, such as runSimulation in Simulx,
.runEstimation
in Monolix. The CA task in PKanalix cannot be part of a scenario, it must be run with runCAEstimation
See also
Examples
if (FALSE) {
runScenario()
}