Skip to content

Commit 66ad8e6

Browse files
Merge pull request #935 from abner-hb/master
Add chapter on multiple imputation.
2 parents 8721216 + 1f57af1 commit 66ad8e6

4 files changed

Lines changed: 398 additions & 0 deletions

File tree

src/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ website:
154154
- stan-users-guide/poststratification.qmd
155155
- stan-users-guide/decision-analysis.qmd
156156
- stan-users-guide/bootstrap.qmd
157+
- stan-users-guide/multiple-imputation.qmd
157158
- section: "Appendices"
158159
contents:
159160
- stan-users-guide/using-stanc.qmd

src/bibtex/all.bib

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,3 +1352,44 @@ @article{Henrich2024
13521352
url={https://doi.org/10.3758/s13428-023-02179-1}
13531353
}
13541354

1355+
@book{carpenter-etal:2023,
1356+
title = {Multiple Imputation and its Application},
1357+
author = {Carpenter, James R. and Bartlett, Jonathan W. and
1358+
Morris, Tim P. and Wood, Angela M. and Quartagno, Matteo
1359+
and Kenward, Michael G.},
1360+
year = {2023},
1361+
edition = {2nd},
1362+
publisher = {John Wiley & Sons, Ltd},
1363+
isbn = {9781119756118},
1364+
doi = {10.1002/9781119756118},
1365+
}
1366+
1367+
@book{vanbuuren:2018,
1368+
author = {{van Buuren}, Stef},
1369+
title = {Flexible Imputation of Missing Data},
1370+
edition = {2nd},
1371+
publisher = {Chapman and Hall/CRC},
1372+
year = {2018},
1373+
doi = {10.1201/9780429492259},
1374+
url = {https://doi.org/10.1201/9780429492259}
1375+
}
1376+
1377+
@article{plummer:2015,
1378+
author = {Plummer, Martyn},
1379+
title = {Cuts in {B}ayesian graphical models},
1380+
journal = {Statistics and Computing},
1381+
volume = {25},
1382+
pages = {37--43},
1383+
year = {2015},
1384+
doi = {10.1007/s11222-014-9503-z},
1385+
url = {https://doi.org/10.1007/s11222-014-9503-z}
1386+
}
1387+
1388+
@misc{burkner:2025,
1389+
author = {Bürkner, Paul},
1390+
title = {Handle Missing Values with brms},
1391+
note = {Vignette of R package brms},
1392+
Month = {September},
1393+
year = {2025},
1394+
url = {https://cran.r-project.org/web/packages/brms/vignettes/brms_missings.html}
1395+
}

src/stan-users-guide/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ book:
7575
- poststratification.qmd
7676
- decision-analysis.qmd
7777
- bootstrap.qmd
78+
- multiple-imputation.qmd
7879
- part: "Appendices"
7980
chapters:
8081
- using-stanc.qmd

0 commit comments

Comments
 (0)