| predict.NBKP | R Documentation |
Generate predictions from a fitted NBKP model.
## S3 method for class 'NBKP'
predict(object, newdata = NULL, ci_level = 0.95, ...)
object |
Fitted NBKP model object. |
newdata |
Matrix of new input points. If NULL, uses training data. |
ci_level |
Credible interval level. |
... |
Additional arguments. |
A list containing predictions, credible intervals, and variance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.