Learn R Programming

UComp (version 5.0.4)

summary.TETS: summary.TETS

Description

Prints a TOBIT TETS object on screen

Usage

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

Arguments

object

Object of class “TETS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of TETS.

See Also

TETS, TETSmodel, TETSvalidate, TETScomponents, TETSestim

Examples

Run this code
if (FALSE) {
m1 <- TETSmodel(log(gdp))
summary(m1)
}

Run the code above in your browser using DataLab