predict.bayesnecfit
# S3 method for bayesnecfit
predict(object, ..., precision = 100, x_range = NA)An object of class bayesnecfit as returned
by bnec.
Unused.
A numeric vector of length 1 indicating
the number of x values over which to predict values.
A numeric vector of length 2 indicating
the range of x values over which to make predictions.
A list containing two elements: a
data.frame with predictor x and fitted y values plus
lower and upper credible intervals; a matrix of M x N,
with M being the number of posterior draws and N being the number of
observations in the input data.