Learn R Programming

UComp (version 4.0.1)

PTSvalidate: PTSvalidate

Description

Shows a table of estimation and diagnostics results for PTS models

Usage

PTSvalidate(m, verbose = TRUE)

Value

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

  • table: Estimation and validation table

Arguments

m

an object of type PTS created with PTSmodel

verbose

verbose mode TRUE/FALSE

Author

Diego J. Pedregal

See Also

PTSmodel, PTSsetup, PTSestim, PTScomponents, PTS

Examples

Run this code
if (FALSE) {
m1 <- PTSmodel(log(AirPassengers))
m1 <- PTSvalidate(m1)
}

Run the code above in your browser using DataLab