user_defined_variables | R Documentation |
Function generating a comprehensive list of available output variables (series, parameters, diagnostics) from the estimation process
with x13
and tramoseats
.
Some items are available in the default estimation output but the remainder can be added
using the userdefined
parameter.
user_defined_variables(sa_object = c("X13-ARIMA", "TRAMO-SEATS"))
sa_object |
a character: |
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/
y<- ipi_c_eu[, "FR"]
user_defined_variables("X13-ARIMA")
m <- x13(y,"RSA5c", userdefined=c("b20","ycal","residuals.kurtosis" ))
m$user_defined$b20
m$user_defined$ycal
m$user_defined$residuals.kurtosis
user_defined_variables("TRAMO-SEATS")
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.