summary.ETS: summary.ETS

View source: R/ETSS3functions.R

summary.ETSR Documentation

summary.ETS

Description

Prints an ETS object on screen

Usage

## S3 method for class 'ETS'
summary(object, ...)

Arguments

object

Object of class “ETS”.

...

Additional inputs to function.

Details

See help of ETS.

Author(s)

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

Examples

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

## End(Not run)

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

Related to summary.ETS in UComp...