Skip to contents

Names of simulation tasks performed by both `MeanModelWorkflow` and `PopulationWorkflow` objects

Usage

StandardSimulationTasks

Format

An object of class list of length 3.

Examples


# Lists all available standard simulation task names available in both mean and population workflows
StandardSimulationTasks
#> $simulate
#> [1] "simulate"
#> 
#> $calculatePKParameters
#> [1] "calculatePKParameters"
#> 
#> $calculateSensitivity
#> [1] "calculateSensitivity"
#>