powered by
Extracts the quantile predictions from an FBMS prediction object.
# S3 method for fbms_predict predquantiles(object, ...)
Matrix of quantile predictions, or NULL if not available.
Object of class "fbms_predict".
Additional arguments (ignored).
# \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