TETScomponents {UComp}R Documentation

TETScomponents

Description

Estimates components of TOBIT TETS models

Usage

TETScomponents(m)

Arguments

m

an object of type TETS created with TETSmodel

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, TETSmodel, TETSvalidate, TETSestim

Examples

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

## End(Not run)

[Package UComp version 5.0.4 Index]