Learn R Programming

UComp (version 5.1)

TETSvalidate: TETSvalidate

Description

Shows a table of estimation and diagnostics results for TOBIT TETS models

Usage

TETSvalidate(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 TETS created with TETSforecast

Author

Diego J. Pedregal

See Also

TETS, TETSforecast, TETSvalidate, TETScomponents

Examples

Run this code
if (FALSE) {
m1 <- TETSforecast(log(gdp))
m1 <- TETSvalidate(m1)
}

Run the code above in your browser using DataLab