setDataForModelEvaluation {PFIM} | R Documentation |
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 signature 'ModelAnalytic'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelAnalyticSteadyState'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelAnalyticInfusion'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelAnalyticInfusionSteadyState'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelODEBolus'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelODEDoseInEquations'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelODEDoseNotInEquations'
setDataForModelEvaluation(object, arm)
## S4 method for signature 'ModelODEInfusionDoseInEquations'
setDataForModelEvaluation(object, arm)
Arguments
object |
An object from the class Model. |
arm |
An object from the class Arm. |
Value
Return a dataframe with all the data for model evaluation
[Package PFIM version 6.1 Index]