print.dfev: Printing DFEV tables

Description Usage Arguments Details Value Author(s) See Also

Description

Prints decomposition of forecast error variance tables

Usage

1
2
3
4
5
## S3 method for class 'dfev'
print(x, latex = F, file = NULL, ...)

## S3 method for class 'dfev'
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

Details

Prints DFEV results in a table using xtable functions.

Value

None.

Author(s)

Patrick T. Brandt

See Also

See dfev for an example.


MSBVAR documentation built on May 30, 2017, 1:23 a.m.

Related to print.dfev in MSBVAR...