Learn R Programming

UComp (version 5.1)

TETScomponents: TETScomponents

Description

Estimates components of TOBIT TETS models

Usage

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

Author

Diego J. Pedregal

See Also

TETS, TETSforecast, TETSvalidate, TETSestim

Examples

Run this code
if (FALSE) {
m1 <- TETS(log(gdp))
m1 <- TETScomponents(m1)
}

Run the code above in your browser using DataLab