userdefined_variables_tramoseats | R Documentation |
Function generating a comprehensive list of available output variables from the estimation process
by the tramo()
and tramoseats()
functions.
Some items are available in the default estimation output but the remainder can be added
using the userdefined
parameter.
User-defined objects can the be retrieved from the list of lists generated by the estimation process
userdefined_variables_tramoseats(x = c("TRAMO-SEATS", "TRAMO"))
x |
a character to indicate the estimation function for which the output items list will be displayed. |
a vector containing the names of all the available output objects (series, diagnostics, parameters)
More information and examples related to 'JDemetra+' features in the online documentation: https://jdemetra-new-documentation.netlify.app/
userdefined_variables_tramoseats("tramoseats")
userdefined_variables_tramoseats("tramo")
y <- rjd3toolkit::ABS$X0.2.09.10.M
m <- tramoseats(y, "rsafull", userdefined = c("ycal", "variancedecomposition.seasonality"))
m$user_defined$ycal
m$user_defined$variancedecomposition.seasonality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.