rjdqa is an extension of the R package RJDemetra, which is an interface to JDemetra+, the seasonal adjustment software officially recommended to the members of the ESS and the European System of Central Banks. The rjdqa package provides help to the quality assessment by producing:
rjdqa relies on RJDemetra that requires Java SE 8 or later version.
# Install release version from CRAN
install.packages("rjdqa")
# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("AQLT/rjdqa")
If you have troubles with the installation of RJDemetra or rjdqa, check the installation manual.
library(RJDemetra)
library(rjdqa)
sa_model <- x13(ipi_c_eu[, "FR"], "RSA5c")
sa_model_tramoseats <- tramoseats(ipi_c_eu[,"FR"])
dashboard_data <- sa_dashboard(sa_model)
plot(dashboard_data, main = "My first seasonal adjustment dashboard",
subtitle = "SA with X13")