predict.ewp | R Documentation |
Predict from fitted model
## S3 method for class 'ewp'
predict(object, newdata, type = c("response"), na.action = na.pass, ...)
object |
ewp model object |
newdata |
optional data.frame |
type |
character; default="response", no other type implemented |
na.action |
defaults to na.pass() |
... |
ignored |
a vector of predictions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.