View source: R/TETScomponents.R
TETScomponents | 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
, TETSforecast
, TETSvalidate
,
TETSestim
## Not run:
m1 <- TETS(log(gdp))
m1 <- TETScomponents(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.