PTSvalidate: PTSvalidate

View source: R/PTSfunctions.R

PTSvalidateR Documentation

PTSvalidate

Description

Shows a table of estimation and diagnostics results for PTS models

Usage

PTSvalidate(m, verbose = TRUE)

Arguments

m

an object of type PTS created with PTSmodel

verbose

verbose mode TRUE/FALSE

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

PTSmodel, PTSsetup, PTSestim, PTScomponents, PTS

Examples

## Not run: 
m1 <- PTSmodel(log(AirPassengers))
m1 <- PTSvalidate(m1)

## End(Not run)

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to PTSvalidate in UComp...