TuringGLM makes easy to specify Bayesian Generalized Linear Models using the formula syntax and returns an instantiated Turing model.
Heavily inspired by brms (uses RStan or CmdStanR) and bambi (uses PyMC3).
The @formula
macro is extended from StatsModels.jl
along with MixedModels.jl
for the random-effects (a.k.a. group-level predictors).