print.dfev {MSBVAR} | R Documentation |
Prints decomposition of forecast error variance tables
print.dfev(x, latex = F, file = NULL, ...) summary.dfev(object, latex = F, file = NULL, ...)
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 |
Prints DFEV results in a table using xtable
functions.
None.
Patrick T. Brandt
See dfev
for an example.