TETSvalidate: TETSvalidate

View source: R/TETSvalidate.R

TETSvalidateR Documentation

TETSvalidate

Description

Shows a table of estimation and diagnostics results for TOBIT TETS models

Usage

TETSvalidate(m)

Arguments

m

an object of type TETS created with TETSmodel

Value

The same input object with the appropriate fields filled in, in particular:

table

Estimation and validation table

Author(s)

Diego J. Pedregal

See Also

TETS, TETSmodel, TETSvalidate, TETScomponents

Examples

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

## End(Not run)

UComp documentation built on Sept. 11, 2024, 6:39 p.m.

Related to TETSvalidate in UComp...