Learn R Programming

PivotalR (version 0.1.18.5)

summary.arima.madlib: Summary information for MADlib's ARIMA model

Description

The function prints the result of madlib.arima in a pretty format

Usage

# S3 method for arima.css.madlib
summary(object, ...)

Arguments

object

The ARIMA fitting result object of madlib.arima

Further arguments passed to or from other methods. This is currently not implemented.

Value

The function returns the object passed to the function

See Also

madlib.arima Wrapper for MADlib ARIMA model fitting

print.arima.css.madlib print the ARIMA result

Examples

Run this code
# NOT RUN {
## Please see the examples in madlib.arima doc
# }

Run the code above in your browser using DataLab