TETSvalidate {UComp} | R Documentation |
TETSvalidate
Description
Shows a table of estimation and diagnostics results for TOBIT TETS models
Usage
TETSvalidate(m)
Arguments
m |
an object of type |
Value
The same input object with the appropriate fields filled in, in particular:
table |
Estimation and validation table |
Author(s)
Diego J. Pedregal
See Also
TETS
, TETSforecast
, TETSvalidate
,
TETScomponents
Examples
## Not run:
m1 <- TETSforecast(log(gdp))
m1 <- TETSvalidate(m1)
## End(Not run)
[Package UComp version 5.1 Index]