/rjd3report

Reporting around seasonal adjustment models

Primary LanguageR

rjd3report

Overview

rjd3report is an extension of the R packages around JDemetra+ 3.0 available at https://github.com/rjdemetra/rjdemetra The rjd3report package provides help to the quality assessment by producing different dashboards.

Installation

rjd3report requires Java SE 17 or later version.

# Install development version from GitHub
# install.packages("devtools")
remots::install_github("AQLT/rjd3report")

If you have troubles with the installation of RJDemetra or rjdqa, check the installation manual.

Usage

Simple dashboard

library(rjd3report)
y <- rjd3toolkit::ABS$X0.2.09.10.M
sa_mod <- rjd3x13::x13(y)
dashboard_data <- simple_dashboard(sa_mod)
plot(dashboard_data, main = "Simple dashboard")