Skip to content

Commit 792c3c6

Browse files
committed
update heading size
Signed-off-by: Nathaniel <NathanielF@users.noreply.github.com>
1 parent 85b148f commit 792c3c6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

examples/case_studies/bayesian_sem_workflow.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4580,7 +4580,6 @@
45804580
"id": "62cf2aea",
45814581
"metadata": {},
45824582
"source": [
4583-
"\n",
45844583
"\n",
45854584
"We'll also pull together the model implied residuals on the correlation coefficients. This will help us see how whether our different model structures are consistently deriving similar stories about the data generating relationships. "
45864585
]
@@ -4628,7 +4627,9 @@
46284627
"id": "4337a785",
46294628
"metadata": {},
46304629
"source": [
4631-
"Here we can see that the models are substantially similar in key dimensions; the magnitude and direction of the implied effects are similar across each model. This is an important observation. It is this kind of robustness to model specification that we want to see in this kind of iterative modelling. This should give us confidence that the model is well specified and picking up on the actual relationships between these latent constructs. "
4630+
"We see similar residuals for all models except a degradation as the model tries to account for the novel mean-structured data. This could be attributed to the greater complexity of the parameter space with the same amount of data, or an idiosyncracy of the sampling process. \n",
4631+
"\n",
4632+
"Below we can see that the models are substantially similar in key dimensions; the magnitude and direction of the implied effects are similar across each model. This is an important observation. It is this kind of robustness to model specification that we want to see in this kind of iterative modelling. This should give us confidence that the model is well specified and picking up on the actual relationships between these latent constructs. "
46324633
]
46334634
},
46344635
{

examples/case_studies/bayesian_sem_workflow.myst.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,6 @@ Even though constructive thought processes have a directly positive effect on jo
10771077
+++
10781078

10791079

1080-
10811080
We'll also pull together the model implied residuals on the correlation coefficients. This will help us see how whether our different model structures are consistently deriving similar stories about the data generating relationships.
10821081

10831082
```{code-cell} ipython3
@@ -1096,7 +1095,9 @@ for idata, model_name, ax in zip(idatas, model_names, axs):
10961095
ax.set_title(f"Residuals for {model_name}", fontsize=25);
10971096
```
10981097

1099-
Here we can see that the models are substantially similar in key dimensions; the magnitude and direction of the implied effects are similar across each model. This is an important observation. It is this kind of robustness to model specification that we want to see in this kind of iterative modelling. This should give us confidence that the model is well specified and picking up on the actual relationships between these latent constructs.
1098+
We see similar residuals for all models except a degradation as the model tries to account for the novel mean-structured data. This could be attributed to the greater complexity of the parameter space with the same amount of data, or an idiosyncracy of the sampling process.
1099+
1100+
Below we can see that the models are substantially similar in key dimensions; the magnitude and direction of the implied effects are similar across each model. This is an important observation. It is this kind of robustness to model specification that we want to see in this kind of iterative modelling. This should give us confidence that the model is well specified and picking up on the actual relationships between these latent constructs.
11001101

11011102
```{code-cell} ipython3
11021103
:tags: [hide-input]

0 commit comments

Comments
 (0)