Learn R Programming

qbrms (version 1.0.1)

qbrms-package: qbrms: Quick Bayesian Regression Models using INLA

Description

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.

Arguments

Author

Tony Myers

Details

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

See Also