Learn R Programming

UComp (version 4.0.1)

ETScomponents: ETScomponents

Description

Estimates components of ETS models

Usage

ETScomponents(m)

Value

The same input object with the appropriate fields filled in, in particular:

comp

Estimated components in matrix form

Arguments

m

an object of type ETS created with ETSmodel

Author

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETSestim

Examples

Run this code
if (FALSE) {
m1 <- ETS(log(gdp))
m1 <- ETScomponents(m1)
}

Run the code above in your browser using DataLab