setParameters | R Documentation |
Set the parameters of an object.
setParameters(object, parameters)
## S4 method for signature 'Distribution'
setParameters(object, parameters)
## S4 method for signature 'Model'
setParameters(object, parameters)
## S4 method for signature 'FedorovWynnAlgorithm'
setParameters(object, parameters)
## S4 method for signature 'MultiplicativeAlgorithm'
setParameters(object, parameters)
## S4 method for signature 'PGBOAlgorithm'
setParameters(object, parameters)
## S4 method for signature 'PSOAlgorithm'
setParameters(object, parameters)
## S4 method for signature 'SimplexAlgorithm'
setParameters(object, parameters)
object |
An object defined form a class of PFIM. |
parameters |
A list of parameters. |
The object with the updated list of parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.