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.

Tip: Z-standardize predictors before analysis (scale()): then x=0 means average, and the intercept prior corresponds to the expected y for an average observation. → Centering predictors before analysis is strongly recommended (scale()).
ℹ 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.