Learn R Programming

UComp (version 4.0.1)

ETSvalidate: ETSvalidate

Description

Shows a table of estimation and diagnostics results for UC models

Usage

ETSvalidate(m)

Value

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

table

Estimation and validation table

Arguments

m

an object of type UComp created with UCmodel

Author

Diego J. Pedregal

See Also

ETS, ETSmodel, ETSvalidate, ETScomponents

Examples

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

Run the code above in your browser using DataLab