print.TARMA {tseriesTARMA}R Documentation

Methods for TARMA fits

Description

Methods for TARMA fits

Usage

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

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

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

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

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.

Value

No return value, called for side effects

See Also

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


[Package tseriesTARMA version 0.3-4 Index]