setDataForModelEvaluation | R Documentation |
Generate the table of dose, time dose etc. for model evaluation
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)
object |
An object from the class Model. |
arm |
An object from the class Arm. |
Return a dataframe with all the data for model evaluation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.