Learn R Programming

UComp (version 5.1.5)

UCcommand: UCcommand

Description

Auxiliar function for UC modeling

Usage

UCcommand(command, sys)

Value

The input UComp object with the appropriate fields filled in

Arguments

command

Command to execute: "forecast", "validate", "filter", "smooth", "disturb", "components", "all"

sys

A UComp object created with UC

Author

Diego J. Pedregal

See Also

UC, UCforecast, UCvalidate, UCfilter, UCsmooth, UCcomponents, UCdisturb

Examples

Run this code
# \donttest{
cycle <- UChp(USgdp)
plot(cycle)
# }

Run the code above in your browser using DataLab