View source: R/TETSS3functions.R
summary.TETS | R Documentation |
Prints a TOBIT TETS object on screen
## S3 method for class 'TETS'
summary(object, ...)
object |
Object of class “TETS”. |
... |
Additional inputs to function. |
See help of TETS
.
Diego J. Pedregal
TETS
, TETSforecast
, TETSvalidate
,
TETScomponents
, TETSestim
## Not run:
m1 <- TETSforecast(log(gdp))
summary(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.