Learn R Programming

UComp (version 5.1.5)

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

Examples

Run this code
# \donttest{
m1 <- TETS(log(gdp))
m1 <- TETScomponents(m1)
# }

Run the code above in your browser using DataLab