Skip to content

Commit 882a35f

Browse files
committed
Removed display dependencies on StatisticalRethinking.jl
1 parent ca48ba4 commit 882a35f

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

notebooks/roaches.jl

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ end;
142142

143143
# ╔═╡ e3ddad0a-5e9f-11eb-0a7d-150f9f398fe0
144144
if success(rc2)
145-
read_summary(sm2;, true)
145+
read_summary(sm2, true)
146146
nt2 = read_samples(sm2)
147147

148148
# Compute LOO and standard error
@@ -155,14 +155,12 @@ end
155155

156156
# ╔═╡ ce509a0c-5ea8-11eb-3f2e-01023f29a1e3
157157
if success(rc2)
158-
159-
# Check the shape parameter k of the generalized Pareto distribution
160-
161-
pk_qualify(pk2)
158+
# Check the shape parameter k of the generalized Pareto distribution
159+
pk_qualify(pk2)
162160
end
163161

164162
# ╔═╡ e3f103f0-5e9f-11eb-159a-452961ed2619
165-
pk_plot(pk2; title="PSIS diagnostic plot for neg-binomial model.", leg=:topright)
163+
pk_plot(pk2; title="PSIS diagnostic plot for neg-binomial model.", leg=:topright)
166164

167165
# ╔═╡ Cell order:
168166
# ╠═dcb4d418-5ec2-11eb-29d8-214f38b4d3ae

0 commit comments

Comments
 (0)