summary.TETS: summary.TETS

View source: R/TETSS3functions.R

summary.TETSR 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, TETSforecast, TETSvalidate, TETScomponents, TETSestim

Examples

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

## End(Not run)

UComp documentation built on April 4, 2025, 5:10 a.m.

Related to summary.TETS in UComp...