solverArgs | R Documentation |
Retrieves the arguments that are to be passed to the regression method when called.
solverArgs(object, ...)
## S4 method for signature 'ANY'
solverArgs(object, ...)
## S4 method for signature 'modelObj'
solverArgs(object, ...)
solverArgs(object) <- value
## S4 replacement method for signature 'ANY,ANY'
solverArgs(object) <- value
## S4 replacement method for signature 'modelObj,list'
solverArgs(object) <- value
## S4 method for signature 'modelObjFit'
solverArgs(object, ...)
object |
A modelObj object |
... |
ignored |
value |
List to be stored in args |
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.