TETScomponents: TETScomponents

View source: R/TETScomponents.R

TETScomponentsR Documentation

TETScomponents

Description

Estimates components of TOBIT TETS models

Usage

TETScomponents(m)

Arguments

m

an object of type TETS created with TETSforecast

Value

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

comp

Estimated components in matrix form

Author(s)

Diego J. Pedregal

See Also

TETS, TETSforecast, TETSvalidate, TETSestim

Examples

## Not run: 
m1 <- TETS(log(gdp))
m1 <- TETScomponents(m1)

## End(Not run)

UComp documentation built on April 4, 2025, 5:10 a.m.

Related to TETScomponents in UComp...