summary.TETS {UComp} | 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
, TETSmodel
, TETSvalidate
,
TETScomponents
, TETSestim
## Not run:
m1 <- TETSmodel(log(gdp))
summary(m1)
## End(Not run)