Description Usage Arguments Value Examples
Exports augmented Dickey-Fuller (ADF) tests of variables in levels and variables in differences into a single LaTeX file. It keeps the original order of the variables, but always displays the results for the levels first, followed by the differences and then continues with the next variables.
1 2 | exportAdfDifferences(adf_levels, adf_diff1, filename = "adf.tex",
digits = 3)
|
adf_levels |
ADF test for variables in levels as returned by |
adf_diff1 |
ADF test for variables in differences as returned by |
filename |
LaTeX file to export to. Defaul name is |
digits |
Number of digits in the resulting table. Default is 3. |
Pretty table for output in R.
1 2 3 4 5 6 7 8 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.