Skip to content

Commit 3bc9737

Browse files
authored
Bayesian Workflow with SEMs (#807)
* adding initial notebook Signed-off-by: Nathaniel <[email protected]> * running pre-commit Signed-off-by: Nathaniel <[email protected]> * update post date Signed-off-by: Nathaniel <[email protected]> * update with run * fix bibtex * fix bibtex braces * fix bibtex whitespace * fix bibtex comma * fix bibtex space indent * fadding markdown write up and excalidraw images Signed-off-by: Nathaniel <[email protected]> * add note on Bollen * update with run Signed-off-by: Nathaniel <[email protected]> * fix_identification_discrete_choice * full run Signed-off-by: Nathaniel <[email protected]> * add hierarchical diagram Signed-off-by: Nathaniel <[email protected]> * tidying extraneous code Signed-off-by: Nathaniel <[email protected]> * update with full run * update sem dc * add total effects plot * tidying * add writing analogy * adding nicer plot at the end * add full run and conclusion Signed-off-by: Nathaniel <[email protected]> * emphasis in conclusion Signed-off-by: Nathaniel <[email protected]> * tighten writing. Signed-off-by: Nathaniel <[email protected]> * add justification to conclusion Signed-off-by: Nathaniel <[email protected]> * tightening the writing Signed-off-by: Nathaniel <[email protected]> * Fix typo Signed-off-by: Nathaniel <[email protected]> * further tightening of writing Signed-off-by: Nathaniel <[email protected]> * better explanation of residuals plot Signed-off-by: Nathaniel <[email protected]> * tidying again Signed-off-by: Nathaniel <[email protected]> * emphasise skill acquisition in conclusion Signed-off-by: Nathaniel <[email protected]> * further tidying Signed-off-by: Nathaniel <[email protected]> * improve last plot with ppc Signed-off-by: Nathaniel <[email protected]> * tidying Signed-off-by: Nathaniel <[email protected]> * tighter contrast with target based success Signed-off-by: Nathaniel <[email protected]> * useful science stinger Signed-off-by: Nathaniel <[email protected]> * tighter Signed-off-by: Nathaniel <[email protected]> * add structure to the introduction Signed-off-by: Nathaniel <[email protected]> * re-label headings Signed-off-by: Nathaniel <[email protected]> * update heading size Signed-off-by: Nathaniel <[email protected]> * tidying Signed-off-by: Nathaniel <[email protected]> * add note about agents Signed-off-by: Nathaniel <[email protected]> * tidying Signed-off-by: Nathaniel <[email protected]> * furthering tidying Signed-off-by: Nathaniel <[email protected]> * acknowledge limits in conclusion Signed-off-by: Nathaniel <[email protected]> * tighter Signed-off-by: Nathaniel <[email protected]> * add loo section Signed-off-by: Nathaniel <[email protected]> * addressing chris' comments Signed-off-by: Nathaniel <[email protected]> --------- Signed-off-by: Nathaniel <[email protected]>
1 parent 8c55874 commit 3bc9737

File tree

7 files changed

+8963
-0
lines changed

7 files changed

+8963
-0
lines changed

examples/case_studies/bayesian_sem_workflow.ipynb

Lines changed: 7310 additions & 0 deletions
Large diffs are not rendered by default.

examples/case_studies/bayesian_sem_workflow.myst.md

Lines changed: 1637 additions & 0 deletions
Large diffs are not rendered by default.
162 KB
Loading

examples/case_studies/dcm_sem.png

243 KB
Loading
263 KB
Loading
180 KB
Loading

examples/references.bib

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,14 @@ @misc{kingma2014autoencoding
451451
archiveprefix = {arXiv},
452452
primaryclass = {stat.ML}
453453
}
454+
@book{kline2023principles,
455+
title = {Principles and Practice of Structural Equation Modeling},
456+
author = {Kline, R.B.},
457+
year = 2023,
458+
publisher = {Guilford Publications},
459+
series = {Methodology in the Social Sciences Series},
460+
url = {https://books.google.ie/books?id=t2CvEAAAQBAJ}
461+
}
454462
@article{koren2009matrixfactorization,
455463
author = {Koren, Yehuda and Bell, Robert and Volinsky, Chris},
456464
journal = {Computer},
@@ -866,6 +874,14 @@ @inproceedings{vanderplas2012astroML
866874
doi = {10.1109/CIDU.2012.6382200},
867875
year = {2012}
868876
}
877+
@book{vehkalahti2019multivariate,
878+
title = {Multivariate Analysis for the Behavioral Sciences},
879+
author = {Vehkalahti, K. and Everitt, B.S.},
880+
year = {2019},
881+
publisher = {CRC Press, Taylor \& Francis Group},
882+
series = {A Chapman \& Hall book},
883+
url = {https://books.google.ie/books?id=LX97uwEACAAJ}
884+
}
869885
@online{vehtari2022Birthdays,
870886
title = {Bayesian workflow book - Birthdays},
871887
author = {Vehtari, Aki},

0 commit comments

Comments
 (0)