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

setDataForModelEvaluationR 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


PFIM documentation built on Oct. 30, 2024, 9:10 a.m.