Learn R Programming

FBMS (version 1.3)

summary.fbms_predict: Summary of FBMS Prediction Object

Description

Provides a detailed summary of an FBMS prediction object, including prediction ranges.

Usage

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

Value

Prints a summary and returns NULL.

Arguments

object

Object of class "fbms_predict".

...

Additional arguments (ignored).

Examples

Run this code
# \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