x–
Density–
≀ x %–
Median–

Prior Predictive Check

Prior Predictive Checks Β· brms Β· 15 Likelihoods Β· A/B Comparison Β· LMM Β· Builder Integration

Β© Dr. Rainer DΓΌsing Β· Interactive Tools by Claude

∫
Configure priors and run simulation

Prior Lab

Distribution Explorer Β· Prior Visualizer Β· brms-ready
Distribution
Parameter
GLM Mode
x-axis:
⟳ Credible-Interval β†’ Parameter
Specify the desired Credible Interval β€” the solver automatically finds the matching parameters.
Lower bound
Upper bound
Mass (%)
⚠  brms Intercept Prior β€” Note
This tool always uses the explicit 0 + Intercept formulation:
y ~ 0 + Intercept + x

This means the intercept prior set here applies directly on the raw scale β€” without internal centering by brms. The intercept prior describes the expected y-value when all predictors = 0.

Recommendation: Center predictors (scale(x, scale=FALSE)): then x=0 = sample mean, the intercept prior describes the expected y for an average observation β€” and regression coefficients remain directly interpretable on the original scale.
Z-standardization (scale()) is optional and only needed when predictors should be brought to comparable units. β†’ Centering recommended Β· z-standardization optional.
β„Ή Prior Predictive Check
Workflow
What do the plots show?
Multiple predictors & polynomials
Mixed Models (LMM)
⬑ β†’ Builder: Transfers all priors directly to the brms Model Builder β€” no copy-paste, no reworking. Reverse: click ⬑ β†’ PP-Check in the Builder. Polynomial terms are fully transferred.