Learn R Programming

rjdqa (version 0.1.2)

simple_dashboard: Compute data for a simple seasonal adjustment

Description

Function to compute the data to produce a simple seasonal adjustment dashboard

Usage

simple_dashboard(x, digits = 2)

Arguments

x

a seasonal adjustment model made by 'RJDemetra' (object of class "SA").

digits

number of digits used in the tables.

See Also

plot.sc_dashboard.

Examples

Run this code
data <- window(RJDemetra::ipi_c_eu[, "FR"], start = 2003)
sa_model <- RJDemetra::jx13(data, "RSA5c")
dashboard_data <- simple_dashboard(sa_model)
plot(dashboard_data, main = "Simple dashboard IPI - FR")

Run the code above in your browser using DataLab