Converts brms-style formula to INLA-ready formula, robust to multi-effect, and random effects.
.brms_to_inla_formula2(formula, drop_fixed = NULL, hyper_by_re = NULL)List: $inla_formula, $re_specs, and $re_hyper_groups.
brms-style formula.
Character vector of fixed effects to drop (optional).
Optional named list of INLA hyper prior specifications by random-effect grouping factor.