Am 05.01.2022 um 19:29 schrieb Sven Schreiber:
Still learning here... I think I forgot the 'seats' switch in
my
previous suggestions.
And the learning continues -- it now seems to me that unlike the Census
X13as program (which also has Seats in its name) the JDemetra program
does not support the combination of X13 and Seats. (I'm happy to be
contradicted if somebody is familiar with the details!) Their
documentation is a little misleading there IMHO (but not wrong).
So the seats switch needs to be toggled off again. (It probably could
also simply be omitted.) Next round of attempts:
bundle RSA0_opts = _(seats=FALSE, logtrans=0, trading_days=0, \
easter=FALSE, outlier_correction=FALSE, airline=TRUE)
bundle RSA1_opts = _(seats=FALSE, logtrans=2, trading_days=0,
easter=FALSE, outlier_correction=TRUE, airline=TRUE)
bundle RSA3_opts = _(seats=FALSE, logtrans=2, trading_days=0, \
easter=FALSE, outlier_correction=TRUE, airline=FALSE)
bundle RSA5c_opts = _(seats=FALSE, logtrans=2, trading_days=2, \
easter=TRUE, outlier_correction=TRUE, airline=FALSE)
cheers
sven