Learn R Programming

tseriesTARMA (version 0.5-2)

print.TARMA: Methods for TARMA fits

Description

Methods for TARMA fits

Usage

# S3 method for TARMA
print(x, digits = max(3L, getOption("digits") - 3L), se = TRUE, ...)

# S3 method for TARMA coef(object, ...)

# S3 method for TARMA vcov(object, ...)

# S3 method for TARMA residuals(object, ...)

Value

No return value, called for side effects

Arguments

x

A TARMA fit.

digits

Number of decimal digits for the output.

se

Logical. if TRUE (the default) prints also the standard errors.

...

Further parameters.

object

A TARMA fit.

See Also

TARMA.fit and TARMA.fit2 for TARMA modelling, plot.tsfit for plotting TARMA fits and forecasts.