| predict.booami | R Documentation |
Predict responses (link or response scale) from fitted booami models.
## S3 method for class 'booami_cv'
predict(object, newdata, type = c("link", "response"), ...)
## S3 method for class 'booami_pooled'
predict(object, newdata, type = c("link", "response"), ...)
## S3 method for class 'booami_multi'
predict(object, newdata, type = c("link", "response"), ...)
object |
A fitted booami object. One of:
|
newdata |
A data.frame or matrix of predictors (same columns/order as training). |
type |
Either |
... |
Passed to |
A numeric vector of predictions.
booami_predict
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.