getPKParametersInOutput: getPKParametersInOutput

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

getPKParametersInOutputR Documentation

getPKParametersInOutput

Description

getPKParametersInOutput

Usage

getPKParametersInOutput(output)

Arguments

output

Output object

Value

Names of pkParameters in 'output'

See Also

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

Examples

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


Open-Systems-Pharmacology/OSPSuite.ReportingEngine documentation built on March 30, 2024, 4:17 p.m.