Build a backend based on the brms package.
SBC_backend_brms(
  ...,
  template_data,
  out_stan_file = NULL,
  template_dataset = NULL
)arguments passed to brm.
a representative value for the data argument in brm
that can be used to generate code.
A filename for the generated Stan code. Useful for debugging and for avoiding unnecessary recompilations.
DEPRECATED. Use template_data