predict.slise | R Documentation |
Predict with a SLISE
## S3 method for class 'slise'
predict(object, newdata = NULL, ..., logit = FALSE)
object |
SLISE object |
newdata |
data matrix |
... |
ignored additional parameters |
logit |
return the result in logit space if a logit has been applied to Y (default: FALSE) |
prediction vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.