You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to perform seasonal adjustments on a grouped tsibble dataset using X13_ARIMA_SEATS. However, all went well until I attempted to extract the components from the mable.
This error does not occur when I attempt decomposition using STL or X11
The error also does not occur when I filter the mable to extract only a single row.
May I ask if anyone in the community is aware of a remedy to this issue?
Error occurs when I attempt to extract components from the X13_ARIMA_SEATS model.
rlang::last_trace()
<error/dplyr:::mutate_error>
Error in transmute():
ℹ In argument: cmp = map(.fit, components).
Caused by error in mutate():
ℹ In argument: seasonal = dcmp[, "adjustfac"].
Caused by error in dcmp[, "adjustfac"]:
! subscript out of bounds
Have the same issue. However, seats decomposition did work for most of the series but not for all of them. Has anyone found a way to get over this issue?
Dear community / @robjhyndman / @mitchelloharawild
I am attempting to perform seasonal adjustments on a grouped tsibble dataset using X13_ARIMA_SEATS. However, all went well until I attempted to extract the components from the mable.
This error does not occur when I attempt decomposition using STL or X11
The error also does not occur when I filter the mable to extract only a single row.
May I ask if anyone in the community is aware of a remedy to this issue?
Thanks much!
SCRIPT BELOW
#Global Functions#
#Crawl Data from Singstat#
#Combine dataset into 1 tsibble#
#fit X13_ARIMA_SEATS model#
#Extract Components#
Error occurs when I attempt to extract components from the X13_ARIMA_SEATS model.
The text was updated successfully, but these errors were encountered: