GofPlotTask | R Documentation |
R6 class for GofPlotTask settings
ospsuite.reportingengine::Task
-> ospsuite.reportingengine::PlotTask
-> GofPlotTask
ospsuite.reportingengine::Task$activate()
ospsuite.reportingengine::Task$getAbsolutePath()
ospsuite.reportingengine::Task$getInputs()
ospsuite.reportingengine::Task$getRelativePath()
ospsuite.reportingengine::Task$inactivate()
ospsuite.reportingengine::Task$print()
ospsuite.reportingengine::Task$validateInput()
ospsuite.reportingengine::Task$validateStructureSetInput()
ospsuite.reportingengine::PlotTask$initialize()
saveResults()
Save the task results related to a structureSet
.
GofPlotTask$saveResults(structureSet, taskResults)
structureSet
A SimulationStructure
object defining the properties of a simulation set
taskResults
list of TaskResults
objects
saveResidualsResults()
Save the task results related to residuals across all simulations
GofPlotTask$saveResidualsResults(taskResults)
taskResults
list of TaskResults
objects
runTask()
Run task and save its output results
GofPlotTask$runTask(structureSets)
structureSets
list of SimulationStructure
objects
getResidualsResults()
Get plot results for residuals across all simulations
GofPlotTask$getResidualsResults(structureSets, data, metaData, settings)
structureSets
A list of SimulationStructure
objects defining the properties of a simulation set
data
data.frame
metaData
A data.frame containing relevant information about the residuals
settings
List of settings such as PlotConfiguration
R6 class objects for each goodness of fit plot
A list of TaskResults
objects
clone()
The objects of this class are cloneable with this method.
GofPlotTask$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other workflow tasks:
PlotTask
,
PopulationPlotTask
,
PopulationSensitivityAnalysisTask
,
QualificationTask
,
SensitivityAnalysisTask
,
Task
,
addUserDefinedTask()
,
loadCalculatePKParametersTask()
,
loadCalculateSensitivityTask()
,
loadGOFMergedTask()
,
loadPlotAbsorptionTask()
,
loadPlotDDIRatioTask()
,
loadPlotDemographyTask()
,
loadPlotMassBalanceTask()
,
loadPlotPKParametersTask()
,
loadPlotPKRatioTask()
,
loadPlotSensitivityTask()
,
loadPlotTimeProfilesAndResidualsTask()
,
loadQualificationComparisonTimeProfileTask()
,
loadQualificationTimeProfilesTask()
,
loadSimulateTask()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.