start <- Sys.time()
citations <- stan_cite("stanflow.qmd")
#> ℹ Searching '/tmp/RtmpuxaCAn/Rbuild16f0383824b/stanflow/vignettes/stanflow.qmd'
Sys.time() - start
#> Time difference of 0.1496723 secs
citations
#> @Manual{bayesplot,
#> title = {Plotting for Bayesian Models},
#> author = {Jonah Gabry and Tristan Mahr},
#> year = {2025},
#> note = {R package version 1.15.0, https://discourse.mc-stan.org},
#> url = {https://mc-stan.org/bayesplot/},
#> }
#>
#> @Article{gabry-2019-vis,
#> title = {Visualization in Bayesian workflow},
#> author = {Jonah Gabry and Daniel Simpson and Aki Vehtari and Michael Betancourt and Andrew Gelman},
#> journal = {J. R. Stat. Soc. A},
#> year = {2019},
#> volume = {182},
#> pages = {389--402},
#> doi = {10.1111/rssa.12378},
#> }
#>
#> @Manual{loo,
#> title = {Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian
#> Models},
#> author = {Aki Vehtari and Jonah Gabry and Måns Magnusson and Yuling Yao and Paul-Christian Bürkner and Topi Paananen and Andrew Gelman},
#> year = {2026},
#> note = {R package version 2.10.0, https://discourse.mc-stan.org},
#> url = {https://mc-stan.org/loo/},
#> }
#>
#> @Manual{posterior,
#> title = {Tools for Working with Posterior Distributions},
#> author = {Paul-Christian Bürkner and Jonah Gabry and Matthew Kay and Aki Vehtari},
#> year = {2026},
#> note = {R package version 1.7.0, https://discourse.mc-stan.org},
#> url = {https://mc-stan.org/posterior/},
#> }
#>
#> @Article{burkner-2026-posterior,
#> title = {posterior: Tools for Working with Posterior Distributions in R},
#> author = {Paul-Christian B\u00fcrkner and Jonah Gabry and Matthew Kay and Aki Vehtari},
#> journal = {Journal of Open Source Software},
#> year = {2026},
#> volume = {11},
#> number = {122},
#> pages = {10526},
#> doi = {10.21105/joss.10526},
#> url = {https://doi.org/10.21105/joss.10526},
#> publisher = {The Open Journal},
#> encoding = {UTF-8},
#> }
#>
#> @Article{vehtari-2021-rhat,
#> title = {Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC (with discussion)},
#> author = {Aki Vehtari and Andrew Gelman and Daniel Simpson and Bob Carpenter and Paul-Christian B\u00fcrkner},
#> journal = {Bayesian Analysis},
#> year = {2021},
#> volume = {16},
#> number = {2},
#> pages = {667--718},
#> doi = {10.1214/20-BA1221},
#> }
#>
#> @Manual{projpred,
#> title = {Projection Predictive Feature Selection},
#> author = {Juho Piironen and Markus Paasiniemi and Alejandro Catalina and Frank Weber and Osvaldo Martin and Aki Vehtari},
#> year = {2025},
#> note = {R package version 2.10.0, https://discourse.mc-stan.org},
#> url = {https://mc-stan.org/projpred/},
#> }
#>
#> @Manual{shinystan,
#> title = {Interactive Visual and Numerical Diagnostics and Posterior
#> Analysis for Bayesian Models},
#> author = {Jonah Gabry and Duco Veen},
#> year = {2025},
#> note = {R package version 2.7.0, https://discourse.mc-stan.org},
#> url = {https://mc-stan.org/shinystan/},
#> }
#>
#> @Manual{stanflow,
#> title = {A Mildly Opinionated Stan Bayesian Workflow},
#> author = {Visruth {Srimath Kandali}},
#> year = {2026},
#> note = {R package version 0.1.0.9000, https://discourse.mc-stan.org},
#> url = {https://mc-stan.org/stanflow/},
#> }
#>
#> @Article{vehtari-2017-loo,
#> title = {Practical Bayesian model evaluation using leave-one-out cross-validation and WAIC},
#> author = {Aki Vehtari and Andrew Gelman and Jonah Gabry},
#> journal = {Statistics and Computing},
#> year = {2017},
#> volume = {27},
#> number = {5},
#> pages = {1413--1432},
#> doi = {10.1007/s11222-016-9696-4},
#> note = {arXiv preprint: https://arxiv.org/abs/1507.04544},
#> }
#>
#> @Article{vehtari-2024-psis,
#> title = {Pareto smoothed importance sampling},
#> author = {Aki Vehtari and Daniel Simpson and Andrew Gelman and Yuling Yao and Jonah Gabry},
#> journal = {Journal of Machine Learning Research},
#> year = {2024},
#> volume = {25},
#> number = {72},
#> pages = {1--58},
#> url = {https://jmlr.org/papers/v25/19-556.html},
#> }
#>
#> @Manual{,
#> title = {R: A Language and Environment for Statistical Computing},
#> author = {{R Core Team}},
#> organization = {R Foundation for Statistical Computing},
#> address = {Vienna, Austria},
#> year = {2026},
#> doi = {10.32614/R.manuals},
#> url = {https://www.R-project.org/},
#> }