EvaluateModel {PFIM} | R Documentation |
Evaluate a model.
Description
Evaluate a model.
Usage
EvaluateModel(object, arm)
## S4 method for signature 'ModelAnalytic'
EvaluateModel(object, arm)
## S4 method for signature 'ModelAnalyticSteadyState'
EvaluateModel(object, arm)
## S4 method for signature 'ModelAnalyticInfusion'
EvaluateModel(object, arm)
## S4 method for signature 'ModelAnalyticInfusionSteadyState'
EvaluateModel(object, arm)
## S4 method for signature 'ModelODEBolus'
EvaluateModel(object, arm)
## S4 method for signature 'ModelODEDoseInEquations'
EvaluateModel(object, arm)
## S4 method for signature 'ModelODEDoseNotInEquations'
EvaluateModel(object, arm)
## S4 method for signature 'ModelODEInfusionDoseInEquations'
EvaluateModel(object, arm)
Arguments
object |
An object from the class Model. |
arm |
An object from the class Arm. |
Value
A list giving the results of the model evaluation.
[Package PFIM version 6.0.3 Index]