defineModelType {PFIM} | R Documentation |
Define the type of a model.
Description
Define the type of a model.
Usage
defineModelType(object, designs)
## S4 method for signature 'Model'
defineModelType(object, designs)
Arguments
object |
An object from the class Model. |
designs |
A list of objects from the class Design. |
Value
Return a model defined as analytic, ode, etc.
[Package PFIM version 6.0.3 Index]