Skip to content

Commit c134f92

Browse files
committed
update figure desccription
1 parent ed4782b commit c134f92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/generalized_linear_models/GLM-simpsons-paradox.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
"cell_type": "markdown",
18801880
"metadata": {},
18811881
"source": [
1882-
"The panel on the right shows the posterior group level posterior of the slope and intercept parameters in black. This particular visualisation is a little unclear however, so we can just plot the marginal distribution below to see how much belief we have in the slope being less than zero."
1882+
"The panel on the right shows the posterior group level posterior of the slope and intercept parameters as a contour plot. We can also just plot the marginal distribution below to see how much belief we have in the slope being less than zero."
18831883
]
18841884
},
18851885
{

examples/generalized_linear_models/GLM-simpsons-paradox.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ ax[2].set(
513513
)
514514
```
515515

516-
The panel on the right shows the posterior group level posterior of the slope and intercept parameters in black. This particular visualisation is a little unclear however, so we can just plot the marginal distribution below to see how much belief we have in the slope being less than zero.
516+
The panel on the right shows the posterior group level posterior of the slope and intercept parameters as a contour plot. We can also just plot the marginal distribution below to see how much belief we have in the slope being less than zero.
517517

518518
```{code-cell} ipython3
519519
:tags: [hide-input]

0 commit comments

Comments
 (0)