Skip to content

Commit c3f11ad

Browse files
committed
add hierarchical diagram
Signed-off-by: Nathaniel <[email protected]>
1 parent cad496a commit c3f11ad

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

examples/case_studies/bayesian_sem_workflow.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4349,7 +4349,9 @@
43494349
"id": "2ff6749f",
43504350
"metadata": {},
43514351
"source": [
4352-
"## Hierarchical Model on Structural Components"
4352+
"## Hierarchical Model on Structural Components\n",
4353+
"\n",
4354+
"![](hierarchical_excalidraw.png)"
43534355
]
43544356
},
43554357
{

examples/case_studies/bayesian_sem_workflow.myst.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,8 @@ ax[0].set_title("Comparing Factor Structures \n and Path Coefficients");
928928

929929
## Hierarchical Model on Structural Components
930930

931+
![](hierarchical_excalidraw.png)
932+
931933
```{code-cell} ipython3
932934
grp_idx = np.random.binomial(1, 0.5, 250)
933935
coords["group"] = ["treatment", "control"]
263 KB
Loading

0 commit comments

Comments
 (0)