print: print.ETS

print.ETSR Documentation

print.ETS

Description

Prints an ETS object

Prints a PTS object

Usage

## S3 method for class 'ETS'
print(x, ...)

## S3 method for class 'PTS'
print(x, ...)

Arguments

x

Object of class “PTS”.

...

Additional inputs to handle the way to print output.

Details

See help of ETS.

See help of PTS.

Author(s)

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

Examples

## Not run: 
m1 <- ETSmodel(log(gdp))
print(m1)

## End(Not run)
## Not run: 
m1 <- PTSmodel(log(AirPassengers))
print(m1)

## End(Not run)

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to print in UComp...