print.arima.madlib {PivotalR} | R Documentation |
madlib.arima
This function displays the results of madlib.arima
in
a pretty format.
## S3 method for class 'arima.css.madlib' print(x, digits = max(3L, getOption("digits") - 3L), ...) ## S3 method for class 'arima.css.madlib' show(object)
x, object |
The ARIMA fitting result object of |
digits |
A non-null value for ‘digits’ specifies the minimum number of
significant digits to be printed in values. The default,
‘NULL’, uses ‘getOption("digits")’. (For the interpretation
for complex numbers see |
... |
Further arguments passed to or from other methods. This is currently not implemented. |
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.arima
Wrapper for MADlib ARIMA model fitting
## Not run: ## Please see the examples in madlib.arima doc ## End(Not run)