RJDemetra (version 0.1.3)

user_defined_variables: Get the names of the user-defined variables

Description

Function to get the names of the additional output variables that can be defined in x13 and tramoseats with the parameter userdefined.

Usage

user_defined_variables(sa_object = c("X13-ARIMA", "TRAMO-SEATS"))

Arguments

sa_object

a character: "X13-ARIMA" to get the additional output variables available for the X13-ARIMA method and "TRAMO-SEATS" for the TRAMO-SEATS method.

Examples

Run this code
# NOT RUN {
user_defined_variables("X13-ARIMA")
user_defined_variables("TRAMO-SEATS")
# }

Run the code above in your browser using DataLab