When performing time series clustering, if missing values occur in many groups, an error “In argument:model = purrr::map(…)” may occur.
By specifying “1” for “Ratio of missing values is equal to or greater than this value” in the settings, you can include all groups even if there are missing values, which should allow the operation to execute without errors.

