print.dfev {MSBVAR}R Documentation

Printing DFEV tables

Description

Prints decomposition of forecast error variance tables

Usage

print.dfev(x, latex = F, file = NULL, ...)

summary.dfev(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

Details

Prints DFEV results in a table using xtable functions.

Value

None.

Author(s)

Patrick T. Brandt

See Also

See dfev for an example.


[Package MSBVAR version 0.3.2 Index]