predict.gmjmcmc_merged | R Documentation |
Predict using a BGNLM model.
## S3 method for class 'gmjmcmc_merged'
predict(object, x, link = function(x) x, quantiles = c(0.025, 0.5, 0.975), ...)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.