<ConvergenceCases.CONVERGED: (<Status.PASS: 1>, 'The model has likely converged, as all parameters have R-hat values < {convergence_threshold}.', None)>
NOT_CONVERGED
<ConvergenceCases.NOT_CONVERGED: (<Status.FAIL: 3>, "The model hasn't converged, and the \`max_r_hat\` for parameter \`{parameter}\` is {rhat:.2f}.", 'We recommend increasing MCMC iterations or investigating model misspecification (e.g., priors, multicollinearity) before proceeding.')>
NOT_FULLY_CONVERGED
<ConvergenceCases.NOT_FULLY_CONVERGED: (<Status.FAIL: 3>, "The model hasn't fully converged, and the \`max_r_hat\` for parameter \`{parameter}\` is {rhat:.2f}.", 'Manually inspect the parameters with high R-hat values to determine if the results are acceptable for your use case, and consider increasing MCMC iterations or investigating model misspecification.')>
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-05-05 UTC."],[],[]]