addModels {PFIM} | R Documentation |
Add a models to a library of models.
Description
Add a models to a library of models.
Usage
addModels(object, models)
## S4 method for signature 'LibraryOfModels'
addModels(object, models)
Arguments
object |
An object from the class LibraryOfModels. |
models |
A list of object from the class Model. |
Value
The library of models with the added models.
[Package PFIM version 6.0.3 Index]