predictorArgs | R Documentation |
Retrieves the arguments that are to be passed to the prediction method when called.
predictorArgs(object, ...) ## S4 method for signature 'modelObj' predictorArgs(object, ...) predictorArgs(object) <- value ## S4 replacement method for signature 'ANY,ANY' predictorArgs(object) <- value ## S4 replacement method for signature 'modelObj,list' predictorArgs(object) <- value ## S4 method for signature 'modelObjFit' predictorArgs(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.