predict.NBKP: Predict Method for NBKP Objects

View source: R/predict_NBKP.R

predict.NBKPR Documentation

Predict Method for NBKP Objects

Description

Generate predictions from a fitted NBKP model.

Usage

## S3 method for class 'NBKP'
predict(object, newdata = NULL, ci_level = 0.95, ...)

Arguments

object

Fitted NBKP model object.

newdata

Matrix of new input points. If NULL, uses training data.

ci_level

Credible interval level.

...

Additional arguments.

Value

A list containing predictions, credible intervals, and variance.


NBKP documentation built on June 18, 2026, 1:06 a.m.