getParameters {PFIM} | R Documentation |
Get the parameters of an object.
Description
Get the parameters of an object.
Usage
getParameters(object)
## S4 method for signature 'ModelError'
getParameters(object)
## S4 method for signature 'Distribution'
getParameters(object)
## S4 method for signature 'Model'
getParameters(object)
Arguments
object |
An object defined form a class of PFIM. |
Value
Return the list of the parameters of the object.
[Package PFIM version 6.0.3 Index]