predict.gmjmcmc_merged: Predict using a BGNLM model.

predict.gmjmcmc_mergedR Documentation

Predict using a BGNLM model.

Description

Predict using a BGNLM model.

Usage

## S3 method for class 'gmjmcmc_merged'
predict(object, x, link = function(x) x, quantiles = c(0.025, 0.5, 0.975), ...)

Arguments

object

The model to use.

x

The new data to use for the prediction, a matrix where each row is an observation.

link

The link function to use

quantiles

The quantiles to calculate credible intervals for the posterior moddes (in model space).

...

Not used.


jonlachmann/GMJMCMC documentation built on April 22, 2024, 4:21 a.m.