TETScomponents {UComp} | R Documentation |
Estimates components of TOBIT TETS models
TETScomponents(m)
m |
an object of type |
The same input object with the appropriate fields filled in, in particular:
comp |
Estimated components in matrix form |
Diego J. Pedregal
TETS
, TETSmodel
, TETSvalidate
,
TETSestim
## Not run:
m1 <- TETS(log(gdp))
m1 <- TETScomponents(m1)
## End(Not run)