We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730d6a4 commit 2ff19b8Copy full SHA for 2ff19b8
usage/sampler-visualisation/index.qmd
@@ -54,7 +54,7 @@ evaluate(m1, m2) = logjoint(model, (m=m2, s²=invlink.(Ref(InverseGamma(2, 3)),
54
55
function plot_sampler(chain; label="")
56
# Extract values from chain.
57
- val = get(chain, [:s², :m, :lp])
+ val = get(chain, [:s², :m, :logjoint])
58
ss = link.(Ref(InverseGamma(2, 3)), val.s²)
59
ms = val.m
60
lps = val.logjoint
0 commit comments