This function extracts ARIMA terms from a formula so that
they can be processed on their own. Matches all four user-facing
helpers that produce an enw_arima_term: arima(), plus the
convenience aliases ar(), ma(), and arma().
See also
Functions used to help convert formulas into model designs
ar(),
arima(),
arma(),
as_string_formula(),
construct_arima(),
construct_gp(),
construct_re(),
construct_rw(),
enw_formula(),
enw_manual_formula(),
gp(),
gp_terms(),
ma(),
parse_formula(),
re(),
remove_arima_terms(),
remove_gp_terms(),
remove_rw_terms(),
rw(),
rw_terms(),
split_formula_to_terms()
