getPKParameterGroupsInOutput: getPKParameterGroupsInOutput

View source: R/utilities-user-helpers.R

getPKParameterGroupsInOutputR Documentation

getPKParameterGroupsInOutput

Description

getPKParameterGroupsInOutput

Usage

getPKParameterGroupsInOutput(output)

Arguments

output

Output object

Value

Names of pkParameter groups in 'output'

See Also

Other workflow helpers: activateWorkflowTasks(), addStudyParameters(), addXParametersForDemographyPlot(), addXParametersForPKParametersPlot(), addYParametersForDemographyPlot(), addYParametersForPKParametersPlot(), checkTaskInputsExist(), createWorkflowFromExcelInput(), getMeanSensitivityAnalysisResultsFileNames(), getOutputPathsInSimulationSet(), getPKAnalysisResultsFileNames(), getPKParametersInOutput(), getPKParametersInSimulationSet(), getPopulationPKData(), getPopulationPKMetaData(), getPopulationSensitivityAnalysisResultsFileNames(), getSimulationDescriptor(), getSimulationParameterDisplayPaths(), getSimulationResultFileNames(), getTaskInputs(), getWorkflowParameterDisplayPaths(), getWorkflowReferencePopulationName(), getXParametersForDemographyPlot(), getXParametersForPKParametersPlot(), getYParametersForDemographyPlot(), getYParametersForPKParametersPlot(), inactivateWorkflowTasks(), setSimulationDescriptor(), setWorkflowParameterDisplayPaths(), setWorkflowParameterDisplayPathsFromFile(), setXParametersForDemographyPlot(), setXParametersForPKParametersPlot(), setYParametersForDemographyPlot(), setYParametersForPKParametersPlot()

Examples

myOutput <- Output$new(
  path = "a",
  pkParameters = c("C_max", "AUC_tEnd")
)
getPKParametersInOutput(myOutput)

# If a group is defined
myGroupOutput <- Output$new(
  path = "a",
  pkParameters = c(
    C_max = PkParameterInfo$new("C_max", group = 1),
    AUC_tEnd = PkParameterInfo$new("AUC_tEnd", group = 2)
  )
)
getPKParametersInOutput(myGroupOutput)


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on Sept. 13, 2024, 11:36 a.m.