Learn R Programming

PFIM (version 6.1)

setDataForModelEvaluation: Generate the table of dose, time dose etc. for model evaluation

Description

Generate the table of dose, time dose etc. for model evaluation

Usage

setDataForModelEvaluation(object, arm)

# S4 method for ModelAnalytic setDataForModelEvaluation(object, arm)

# S4 method for ModelAnalyticSteadyState setDataForModelEvaluation(object, arm)

# S4 method for ModelAnalyticInfusion setDataForModelEvaluation(object, arm)

# S4 method for ModelAnalyticInfusionSteadyState setDataForModelEvaluation(object, arm)

# S4 method for ModelODEBolus setDataForModelEvaluation(object, arm)

# S4 method for ModelODEDoseInEquations setDataForModelEvaluation(object, arm)

# S4 method for ModelODEDoseNotInEquations setDataForModelEvaluation(object, arm)

# S4 method for ModelODEInfusionDoseInEquations setDataForModelEvaluation(object, arm)

Value

Return a dataframe with all the data for model evaluation

Arguments

object

An object from the class Model.

arm

An object from the class Arm.