powered by
Displays a summary of an FBMS prediction object, including mean predictions and quantiles.
# S3 method for fbms_predict print(x, ...)
Prints a summary and returns NULL.
Object of class "fbms_predict".
Additional arguments (ignored).
# \donttest{ data(exoplanet) model <- fbms(semimajoraxis ~ ., data = exoplanet) pred <- predict(model, exoplanet[51:60, -1]) print(pred) # }
Run the code above in your browser using DataLab