Learn R Programming

FBMS (version 1.3)

predquantiles.fbms_predict: Access Quantile Predictions

Description

Extracts the quantile predictions from an FBMS prediction object.

Usage

# S3 method for fbms_predict
predquantiles(object, ...)

Value

Matrix of quantile predictions, or NULL if not available.

Arguments

object

Object of class "fbms_predict".

...

Additional arguments (ignored).

Examples

Run this code
# \donttest{
data(exoplanet)
model <- fbms(semimajoraxis ~ ., data = exoplanet, method = "mjmcmc")
pred <- predict(model, exoplanet[51:60, -1])
predquantiles(pred)
# }

Run the code above in your browser using DataLab