The qbrms package provides a brms-like interface for fitting Bayesian regression models using INLA (Integrated Nested Laplace Approximations). It offers faster model fitting while maintaining familiar brms syntax and output formats.
Tony Myers
The main function is qbrms which fits Bayesian models using
INLA with brms-like syntax. The package supports:
Fixed and mixed effects models
Multiple probability distributions
Conditional effects plots
Posterior predictive checks
Summary methods compatible with brms
Interactive model building with model_builder
RStudio add-in for point-and-click model specification
Useful links: