definePKModel {PFIM}R Documentation

Define a PK model.

Description

Define a PK model.

Usage

definePKModel(object, outcomes)

## S4 method for signature 'ModelAnalytic'
definePKModel(object, outcomes)

## S4 method for signature 'ModelAnalyticSteadyState'
definePKModel(object, outcomes)

## S4 method for signature 'ModelAnalyticInfusion'
definePKModel(object, outcomes)

## S4 method for signature 'ModelODEDoseInEquations'
definePKModel(object, outcomes)

## S4 method for signature 'ModelODE'
definePKModel(object, outcomes)

## S4 method for signature 'ModelODEInfusionDoseInEquations'
definePKModel(object, outcomes)

Arguments

object

An object from the class Model.

outcomes

A list giving the outcomes of the PK model.

Value

A model giving a PK model.


[Package PFIM version 6.0.3 Index]