setMu {PFIM} | R Documentation |
Set the value of the fixed effect mu of an object.
Description
Set the value of the fixed effect mu of an object.
Usage
setMu(object, value)
## S4 method for signature 'Distribution'
setMu(object, value)
## S4 method for signature 'ModelParameter'
setMu(object, value)
Arguments
object |
An object defined form a class of PFIM. |
value |
The value of the fixed effect mu. |
Value
The object with the updated fixed effect mu.
[Package PFIM version 6.0.3 Index]