Learn R Programming

UComp (version 2.1)

UCvalidate: UCvalidate

Description

Shows a table of estimation and diagnostics results for UC models. Equivalent to print or summary.

Usage

UCvalidate(sys, printScreen = TRUE)

Arguments

sys

an object of type UComp created with UC

printScreen

print to screen or just return output table

Value

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

table

Estimation and validation table

See Also

UC, UCmodel, UCfilter, UCsmooth, UCdisturb, UCcomponents, UChp

Examples

Run this code
# NOT RUN {
m1 <- UC(log(AirPassengers))
m1 <- UCvalidate(m1)
# }

Run the code above in your browser using DataLab