| print.tf | R Documentation |
Print method for transfer function objects
Print ucarima models
Print univariate models
Print univariate models
## S3 method for class 'tf'
print(x, ...)
## S3 method for class 'ucarima'
print(x, ...)
## S3 method for class 'predict.um'
print(x, rows = NULL, ...)
## S3 method for class 'um'
print(x, arima = FALSE, ...)
x |
An object of class um. |
... |
Additional arguments. |
rows |
integer. Number of rows printed. |
arima |
logical. If TRUE, lag ARIMA polynomials are printed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.