View source: R/predict.singleton.R
predict.singleton | R Documentation |
Returns the value stored in the singleton. Intended for internal use only.
## S3 method for class 'singleton'
predict(object, type = c("response", "class", "nonzero"), ...)
object |
an object of class |
type |
type of prediction to be returned, "response" or "class" |
... |
ignored |
The value of the singleton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.