Learn R Programming

UComp (version 4.0.1)

summary.ETS: summary.ETS

Description

Prints an ETS object on screen

Usage

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

Arguments

object

Object of class “ETS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ETS.

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents, ETSestim

Examples

Run this code
if (FALSE) {
m1 <- ETSmodel(log(gdp))
summary(m1)
}

Run the code above in your browser using DataLab