powered by
Provides a detailed summary of an FBMS prediction object, including prediction ranges.
# S3 method for fbms_predict summary(object, ...)
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]) summary(pred) # }
Run the code above in your browser using DataLab