summary.TETS {UComp}R Documentation

summary.TETS

Description

Prints a TOBIT TETS object on screen

Usage

## S3 method for class 'TETS'
summary(object, ...)

Arguments

object

Object of class “TETS”.

...

Additional inputs to function.

Details

See help of TETS.

Author(s)

Diego J. Pedregal

See Also

TETS, TETSmodel, TETSvalidate, TETScomponents, TETSestim

Examples

## Not run: 
m1 <- TETSmodel(log(gdp))
summary(m1)

## End(Not run)

[Package UComp version 5.0.4 Index]