definePKModel | R Documentation |
Define a PK model.
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)
object |
An object from the class Model. |
outcomes |
A list giving the outcomes of the PK model. |
A model giving a PK model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.