Learn R Programming

MSBVAR (version 0.9-2)

print.dfev: Printing DFEV tables

Description

Prints decomposition of forecast error variance tables

Usage

"print"(x, latex = F, file = NULL, ...)
"summary"(object, latex = F, file = NULL, ...)

Arguments

x
DFEV object created by dfev
object
DFEV object created by dfev
latex
Logical. T = format results in LaTeX tables, default is F, text output
file
File for the results. If NULL, prints to standard output device.
...
Other print and summary arguments

Value

None.

Details

Prints DFEV results in a table using xtable functions.

See Also

See dfev for an example.