setName {PFIM} | R Documentation |
Set the name of an object.
Description
Set the name of an object.
Usage
setName(object, name)
## S4 method for signature 'Arm'
setName(object, name)
## S4 method for signature 'Design'
setName(object, name)
## S4 method for signature 'Model'
setName(object, name)
Arguments
object |
An object defined form a class of PFIM. |
name |
A string giving the name of the object. |
Value
The object with the updated name.
[Package PFIM version 6.0.3 Index]