rjdmarkdown gives a set of functions to print nicely your models created by RJDemetra.
rjdmarkdown relies on RJDemetra that requires Java SE 8 or later version.
# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("AQLT/rjdmarkdown")
The functions developped are:
print_preprocessing()
for the pre-processing model;print_decomposition()
for the decomposition;print_diagnostics()
to print diagnostics tests on the quality of the seasonal adjustment.The available outputs are LaTeX (format = "latex"
, the package booktabs and float must be used) and HTML outputs (format = "html"
).
The option results='asis'
must be used in the chunk: