Learn R Programming

UComp (version 5.0.4)

TETSvalidate: TETSvalidate

Description

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

Usage

TETSvalidate(m)

Value

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

table

Estimation and validation table

Arguments

m

an object of type TETS created with TETSmodel

Author

Diego J. Pedregal

See Also

TETS, TETSmodel, TETSvalidate, TETScomponents

Examples

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

Run the code above in your browser using DataLab