addModel {PFIM}R Documentation

Add a model to a library of models.

Description

Add a model to a library of models.

Usage

addModel(object, model)

## S4 method for signature 'LibraryOfModels'
addModel(object, model)

Arguments

object

An object from the class LibraryOfModels.

model

An object from the class Model.

Value

The library of models with the added model.


[Package PFIM version 6.0.3 Index]