Brms Causing R Session Aborted (R Encountered Fatal Error) Only With Control Parameters Included

I ran into a similar issue the other week with adapt_delta (see here). After a lot of fooling around, the quick fix was to install the developmental version of brms from GitHub.

remotes::install_github("paul-buerkner/brms")
2 Likes