-
Notifications
You must be signed in to change notification settings - Fork 44
/
bib_zotero.bib
2337 lines (2126 loc) · 128 KB
/
bib_zotero.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{aczelDiscussionPointsBayesian2020,
title = {Discussion Points for {{Bayesian}} Inference},
author = {Aczel, Balazs and Hoekstra, Rink and Gelman, Andrew and Wagenmakers, Eric-Jan and Klugkist, Irene G. and Rouder, Jeffrey N. and Vandekerckhove, Joachim and Lee, Michael D. and Morey, Richard D. and Vanpaemel, Wolf and Dienes, Zoltan and van Ravenzwaaij, Don},
options = {useprefix=true},
date = {2020-01-27},
journaltitle = {Nature Human Behaviour},
pages = {1--3},
publisher = {{Nature Publishing Group}},
issn = {2397-3374},
doi = {10.1038/s41562-019-0807-z},
url = {https://www.researchgate.net/publication/338849264_Discussion_points_for_Bayesian_inference},
urldate = {2020-05-18},
abstract = {Why is there no consensual way of conducting Bayesian analyses? We present a summary of agreements and disagreements of the authors on several discussion points regarding Bayesian inference. We also provide a thinking guideline to assist researchers in conducting Bayesian inference in the social and behavioural sciences.},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/LPH5KWXL/s41562-019-0807-z.html}
}
@book{agrestiFoundationsLinearGeneralized2015,
title = {Foundations of Linear and Generalized Linear Models},
author = {Agresti, Alan},
date = {2015-01-15},
eprint = {dgIzBgAAQBAJ},
eprinttype = {googlebooks},
publisher = {{John Wiley \& Sons}},
url = {https://www.wiley.com/en-us/Foundations+of+Linear+and+Generalized+Linear+Models-p-9781118730034},
abstract = {A valuable overview of the most important ideas and results in statistical modeling Written by a highly-experienced author, Foundations of Linear and Generalized Linear Models is a clear and comprehensive guide to the key concepts and results of linearstatistical models. The book presents a broad, in-depth overview of the most commonly usedstatistical models by discussing the theory underlying the models, R software applications,and examples with crafted models to elucidate key ideas and promote practical modelbuilding. The book begins by illustrating the fundamentals of linear models, such as how the model-fitting projects the data onto a model vector subspace and how orthogonal decompositions of the data yield information about the effects of explanatory variables. Subsequently, the book covers the most popular generalized linear models, which include binomial and multinomial logistic regression for categorical data, and Poisson and negative binomial loglinear models for count data. Focusing on the theoretical underpinnings of these models, Foundations ofLinear and Generalized Linear Models also features: An introduction to quasi-likelihood methods that require weaker distributional assumptions, such as generalized estimating equation methods An overview of linear mixed models and generalized linear mixed models with random effects for clustered correlated data, Bayesian modeling, and extensions to handle problematic cases such as high dimensional problems Numerous examples that use R software for all text data analyses More than 400 exercises for readers to practice and extend the theory, methods, and data analysis A supplementary website with datasets for the examples and exercises An invaluable textbook for upper-undergraduate and graduate-level students in statistics and biostatistics courses, Foundations of Linear and Generalized Linear Models is also an excellent reference for practicing statisticians and biostatisticians, as well as anyone who is interested in learning about the most important statistical models for analyzing data.},
isbn = {978-1-118-73005-8},
langid = {english},
pagetotal = {469},
keywords = {Mathematics / Probability & Statistics / General,Mathematics / Probability & Statistics / Stochastic Processes}
}
@article{atkinsTutorialOnCount2013,
title = {A Tutorial on Count Regression and Zero-Altered Count Models for Longitudinal Substance Use Data.},
author = {Atkins, David C and Baldwin, Scott A and Zheng, Cheng and Gallop, Robert J and Neighbors, Clayton},
date = {2013},
journaltitle = {Psychology of Addictive Behaviors},
volume = {27},
number = {1},
pages = {166},
publisher = {{American Psychological Association}},
doi = {10.1037/a0029508},
url = {https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3513584/pdf/nihms396181.pdf}
}
@article{batesFittingLinearMixedeffects2015,
title = {Fitting Linear Mixed-Effects Models Using {{lme4}}},
author = {Bates, Douglas and M\"achler, Martin and Bolker, Ben and Walker, Steve},
date = {2015},
journaltitle = {Journal of Statistical Software},
volume = {67},
number = {1},
pages = {1--48},
doi = {10.18637/jss.v067.i01}
}
@article{bayesLIIEssaySolving1763,
title = {{{LII}}. {{An}} Essay towards Solving a Problem in the Doctrine of Chances. {{By}} the Late {{Rev}}. {{Mr}}. {{Bayes}}, {{FRS}} Communicated by {{Mr}}. {{Price}}, in a Letter to {{John Canton}}, {{AMFR S}}},
author = {Bayes, Thomas},
date = {1763},
journaltitle = {Philosophical transactions of the Royal Society of London},
number = {53},
pages = {370--418},
publisher = {{The Royal Society London}},
url = {https://royalsocietypublishing.org/doi/pdf/10.1098/rstl.1763.0053},
file = {/Users/solomonkurz/Zotero/storage/EMMHAP35/Bayes - 1763 - LII. An essay towards solving a problem in the doc.pdf;/Users/solomonkurz/Zotero/storage/JISQSW2F/rstl.1763.html}
}
@online{BetterBibTeXZotero2020,
title = {Better {{BibTeX}} for Zotero},
author = {Heyns, Emiliano},
date = {2020},
url = {https://retorque.re/zotero-better-bibtex/},
urldate = {2020-05-19}
}
@online{BibTeX2020,
title = {{{BibTeX}}},
date = {2020},
url = {http://www.bibtex.org/},
urldate = {2020-05-19},
file = {/Users/solomonkurz/Zotero/storage/PMDJYC3M/www.bibtex.org.html}
}
@article{bliss1934method,
title = {The Method of Probits.},
author = {Bliss, Chester I},
date = {1934},
journaltitle = {Science},
publisher = {{American Assn for the Advancement of Science}},
doi = {10.1126/science.79.2037.38},
url = {https://science.sciencemag.org/content/79/2037/38}
}
@article{bolgerCausalProcessesPsychology2019,
title = {Causal Processes in Psychology Are Heterogeneous},
author = {Bolger, Niall and Zee, Katherine S. and Rossignac-Milon, Maya and Hassin, Ran R.},
date = {2019},
journaltitle = {Journal of Experimental Psychology: General},
volume = {148},
number = {4},
pages = {601--618},
publisher = {{American Psychological Association}},
location = {{US}},
issn = {1939-2222(Electronic),0096-3445(Print)},
doi = {10.1037/xge0000558},
url = {https://www.researchgate.net/profile/Niall_Bolger/publication/332358948_Causal_processes_in_psychology_are_heterogeneous/links/5cd9b471a6fdccc9ddaa7879/Causal-processes-in-psychology-are-heterogeneous.pdf},
abstract = {All experimenters know that human and animal subjects do not respond uniformly to experimental treatments. Yet theories and findings in experimental psychology either ignore this causal effect heterogeneity or treat it as uninteresting error. This is the case even when data are available to examine effect heterogeneity directly, in within-subjects designs where experimental effects can be examined subject by subject. Using data from four repeated-measures experiments, we show that effect heterogeneity can be modeled readily, that its discovery presents exciting opportunities for theory and methods, and that allowing for it in study designs is good research practice. This evidence suggests that experimenters should work from the assumption that causal effects are heterogeneous. Such a working assumption will be of particular benefit, given the increasing diversity of subject populations in psychology. (PsycINFO Database Record (c) 2019 APA, all rights reserved)},
keywords = {Experimental Methods,Experimental Psychology,Experimenters,Homogeneity of Variance,Models,Repeated Measures,Theory Formulation},
file = {/Users/solomonkurz/Zotero/storage/CAWSDRIT/2019-19962-002.html}
}
@article{braumoellerHypothesisTestingMultiplicative2004,
title = {Hypothesis Testing and Multiplicative Interaction Terms},
author = {Braumoeller, Bear F.},
date = {2004-10},
journaltitle = {International Organization},
volume = {58},
number = {4},
pages = {807--820},
publisher = {{Cambridge University Press}},
issn = {1531-5088, 0020-8183},
doi = {10.1017/S0020818304040251},
url = {https://www.cambridge.org/core/journals/international-organization/article/hypothesis-testing-and-multiplicative-interaction-terms/5AE39EABAA8F26582C65F0D3FAD153D8},
urldate = {2020-05-16},
abstract = {When a statistical equation incorporates a multiplicative term in an attempt to model interaction effects, the statistical significance of the lower-order coefficients is largely useless for the typical purposes of hypothesis testing. This fact remains largely unappreciated in political science, however. This brief article explains this point, provides examples, and offers some suggestions for more meaningful interpretation.I am grateful to Tim McDaniel, Anne Sartori, and Beth Simmons for comments on a previous draft.},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/BPTHF27L/Braumoeller - 2004 - Hypothesis Testing and Multiplicative Interaction .pdf;/Users/solomonkurz/Zotero/storage/FZWUA73C/5AE39EABAA8F26582C65F0D3FAD153D8.html}
}
@book{brms2021RM,
title = {{{brms}} Reference Manual, {{Version}} 2.15.0},
author = {B\"urkner, Paul-Christian},
date = {2021},
url = {https://CRAN.R-project.org/package=brms/brms.pdf}
}
@book{brms2022RM,
title = {{{brms}} Reference Manual, {{Version}} 2.18.0},
author = {B\"urkner, Paul-Christian},
date = {2022},
url = {https://CRAN.R-project.org/package=brms/brms.pdf}
}
@book{bryanHappyGitGitHub2020,
title = {Happy {{Git}} and {{GitHub}} for the {{useR}}},
author = {Bryan, Jenny and {the STAT 545 TAs} and Hester, Jim},
date = {2020},
url = {https://happygitwithr.com}
}
@article{Bürkner2021Define,
title = {Define Custom Response Distributions with Brms},
author = {B\"urkner, Paul-Christian},
date = {2021-03},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_customfamilies.html}
}
@article{Bürkner2021Distributional,
title = {Estimating Distributional Models with Brms},
author = {B\"urkner, Paul-Christian},
date = {2021-03},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_distreg.html}
}
@article{Bürkner2021Multivariate,
title = {Estimating Multivariate Models with Brms},
author = {B\"urkner, Paul-Christian},
date = {2021-03},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_multivariate.html}
}
@article{Bürkner2021Non_linear,
title = {Estimating Non-Linear Models with Brms},
author = {B\"urkner, Paul-Christian},
date = {2021-03},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_nonlinear.html}
}
@article{Bürkner2021Parameterization,
title = {Parameterization of Response Distributions in Brms},
author = {B\"urkner, Paul-Christian},
date = {2021-03},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_families.html}
}
@article{Bürkner2022Define,
title = {Define Custom Response Distributions with Brms},
author = {B\"urkner, Paul-Christian},
date = {2022-09-19},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_customfamilies.html}
}
@article{Bürkner2022Distributional,
title = {Estimating Distributional Models with Brms},
author = {B\"urkner, Paul-Christian},
date = {2022-04},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_distreg.html}
}
@article{Bürkner2022Multivariate,
title = {Estimating Multivariate Models with Brms},
author = {B\"urkner, Paul-Christian},
date = {2022-04},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_multivariate.html}
}
@article{Bürkner2022Non_linear,
title = {Estimating Non-Linear Models with Brms},
author = {B\"urkner, Paul-Christian},
date = {2022-09-19},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_nonlinear.html}
}
@article{Bürkner2022Parameterization,
title = {Parameterization of Response Distributions in Brms},
author = {B\"urkner, Paul-Christian},
date = {2022-04},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_families.html}
}
@article{burknerAdvancedBayesianMultilevel2018,
title = {Advanced {{Bayesian}} Multilevel Modeling with the {{R}} Package Brms},
author = {B\"urkner, Paul-Christian},
date = {2018},
journaltitle = {The R Journal},
volume = {10},
number = {1},
pages = {395--411},
doi = {10.32614/RJ-2018-017}
}
@unpublished{burknerBayesianItemResponse2020,
title = {Bayesian Item Response Modeling in {{R}} with Brms and {{Stan}}},
author = {B\"urkner, Paul-Christian},
date = {2020-02-01},
eprint = {1905.09501},
eprinttype = {arxiv},
primaryclass = {stat},
url = {http://arxiv.org/abs/1905.09501},
urldate = {2020-05-18},
abstract = {Item Response Theory (IRT) is widely applied in the human sciences to model persons' responses on a set of items measuring one or more latent constructs. While several R packages have been developed that implement IRT models, they tend to be restricted to respective prespecified classes of models. Further, most implementations are frequentist while the availability of Bayesian methods remains comparably limited. We demonstrate how to use the R package brms together with the probabilistic programming language Stan to specify and fit a wide range of Bayesian IRT models using flexible and intuitive multilevel formula syntax. Further, item and person parameters can be related in both a linear or non-linear manner. Various distributions for categorical, ordinal, and continuous responses are supported. Users may even define their own custom response distribution for use in the presented framework. Common IRT model classes that can be specified natively in the presented framework include 1PL and 2PL logistic models optionally also containing guessing parameters, graded response and partial credit ordinal models, as well as drift diffusion models of response times coupled with binary decisions. Posterior distributions of item and person parameters can be conveniently extracted and post-processed. Model fit can be evaluated and compared using Bayes factors and efficient cross-validation procedures.},
archiveprefix = {arXiv},
keywords = {Statistics - Computation},
file = {/Users/solomonkurz/Zotero/storage/T5WVXMPA/Bürkner - 2020 - Bayesian Item Response Modeling in R with brms and.pdf;/Users/solomonkurz/Zotero/storage/KYB42QN2/1905.html}
}
@article{burknerBrmsPackageBayesian2017,
title = {{{brms}}: {{An R}} Package for {{Bayesian}} Multilevel Models Using {{Stan}}},
author = {B\"urkner, Paul-Christian},
date = {2017},
journaltitle = {Journal of Statistical Software},
volume = {80},
number = {1},
pages = {1--28},
doi = {10.18637/jss.v080.i01}
}
@article{burknerOrdinalRegressionModels2019,
title = {Ordinal Regression Models in Psychology: {{A}} Tutorial},
shorttitle = {Ordinal {{Regression Models}} in {{Psychology}}},
author = {B\"urkner, Paul-Christian and Vuorre, Matti},
date = {2019-03-01},
journaltitle = {Advances in Methods and Practices in Psychological Science},
shortjournal = {Advances in Methods and Practices in Psychological Science},
volume = {2},
number = {1},
pages = {77--101},
publisher = {{SAGE Publications Inc}},
issn = {2515-2459},
doi = {10.1177/2515245918823199},
url = {https://doi.org/10.1177/2515245918823199},
urldate = {2020-05-18},
abstract = {Ordinal variables, although extremely common in psychology, are almost exclusively analyzed with statistical models that falsely assume them to be metric. This practice can lead to distorted effect-size estimates, inflated error rates, and other problems. We argue for the application of ordinal models that make appropriate assumptions about the variables under study. In this Tutorial, we first explain the three major classes of ordinal models: the cumulative, sequential, and adjacent-category models. We then show how to fit ordinal models in a fully Bayesian framework with the R package brms, using data sets on opinions about stem-cell research and time courses of marriage. The appendices provide detailed mathematical derivations of the models and a discussion of censored ordinal models. Compared with metric models, ordinal models provide better theoretical interpretation and numerical inference from ordinal data, and we recommend their widespread adoption in psychology.},
langid = {english}
}
@unpublished{campbell2021re,
title = {Re: {{Linde}} et al.(2021)\textendash{{The Bayes}} Factor, {{HDI-ROPE}} and Frequentist Equivalence Testing Are Actually All Equivalent},
author = {Campbell, Harlan and Gustafson, Paul},
date = {2021},
eprint = {2104.07834},
eprinttype = {arxiv},
url = {https://arxiv.org/abs/2104.07834},
archiveprefix = {arXiv}
}
@article{carifio2007ten,
title = {Ten Common Misunderstandings, Misconceptions, Persistent Myths and Urban Legends about {{Likert}} Scales and {{Likert}} Response Formats and Their Antidotes},
author = {Carifio, James and Perla, Rocco J},
date = {2007},
journaltitle = {Journal of Social Sciences},
volume = {3},
number = {3},
pages = {106--116},
url = {https://thescipub.com/pdf/10.3844/jssp.2007.106.116.pdf}
}
@article{carifioResolving50yearDebate2008,
title = {Resolving the 50-Year Debate around Using and Misusing {{Likert}} Scales},
author = {Carifio, James and Perla, Rocco},
date = {2008},
journaltitle = {Medical Education},
volume = {42},
number = {12},
pages = {1150--1152},
issn = {1365-2923},
doi = {10.1111/j.1365-2923.2008.03172.x},
url = {Resolving the 50-year debate around using and misusing Likert scales},
urldate = {2020-05-18},
langid = {english},
annotation = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.1365-2923.2008.03172.x},
file = {/Users/solomonkurz/Zotero/storage/L3VGQJRR/j.1365-2923.2008.03172.html}
}
@article{carpenterStanProbabilisticProgramming2017,
title = {Stan: {{A}} Probabilistic Programming Language},
author = {Carpenter, Bob and Gelman, Andrew and Hoffman, Matthew D and Lee, Daniel and Goodrich, Ben and Betancourt, Michael and Brubaker, Marcus and Guo, Jiqiang and Li, Peter and Riddell, Allen},
date = {2017},
journaltitle = {Journal of statistical software},
volume = {76},
number = {1},
publisher = {{Columbia Univ., New York, NY (United States); Harvard Univ., Cambridge, MA \ldots}},
doi = {10.18637/jss.v076.i01},
url = {https://www.osti.gov/servlets/purl/1430202}
}
@inproceedings{carvalho2009handling,
title = {Handling Sparsity via the Horseshoe},
booktitle = {Artificial Intelligence and Statistics},
author = {Carvalho, Carlos M and Polson, Nicholas G and Scott, James G},
date = {2009},
pages = {73--80},
url = {http://proceedings.mlr.press/v5/carvalho09a/carvalho09a.pdf}
}
@article{casellaExplainingGibbsSampler1992,
title = {Explaining the {{Gibbs}} Sampler},
author = {Casella, George and George, Edward I.},
date = {1992-08-01},
journaltitle = {The American Statistician},
volume = {46},
number = {3},
pages = {167--174},
publisher = {{Taylor \& Francis}},
issn = {0003-1305},
doi = {10.1080/00031305.1992.10475878},
url = {https://ecommons.cornell.edu/bitstream/handle/1813/31670/BU-1098-MA.Revised.pdf?sequence=1},
urldate = {2020-06-11},
abstract = {Computer-intensive algorithms, such as the Gibbs sampler, have become increasingly popular statistical tools, both in applied and theoretical work. The properties of such algorithms, however, may sometimes not be obvious. Here we give a simple explanation of how and why the Gibbs sampler works. We analytically establish its properties in a simple case and provide insight for more complicated cases. There are also a number of examples.},
keywords = {Data augmentation,Markov chains,Monte Carlo methods,Resampling techniques},
annotation = {\_eprint: https://www.tandfonline.com/doi/pdf/10.1080/00031305.1992.10475878},
file = {/Users/solomonkurz/Zotero/storage/7G3SEDKK/Casella and George - 1992 - Explaining the Gibbs Sampler.pdf;/Users/solomonkurz/Zotero/storage/SFZUD4XZ/00031305.1992.html}
}
@article{chandramouliCommentaryGronauWagenmakers2019,
title = {Commentary on {{Gronau}} and {{Wagenmakers}}},
author = {Chandramouli, Suyog H and Shiffrin, Richard M},
date = {2019},
journaltitle = {Computational Brain \& Behavior},
volume = {2},
number = {1},
pages = {12--21},
publisher = {{Springer}},
url = {https://doi.org/10.1007/s42113-018-0017-1}
}
@article{chenMonteCarloEstimation1999,
title = {Monte {{Carlo}} Estimation of {{Bayesian}} Credible and {{HPD}} Intervals},
author = {Chen, Ming-Hui and Shao, Qi-Man},
date = {1999-03-01},
journaltitle = {Journal of Computational and Graphical Statistics},
shortjournal = {Journal of Computational and Graphical Statistics},
volume = {8},
number = {1},
pages = {69--92},
publisher = {{Taylor \& Francis}},
issn = {1061-8600},
doi = {10.1080/10618600.1999.10474802},
url = {https://www.researchgate.net/publication/2442323_Monte_Carlo_Estimation_of_Bayesian_Credible_and_HPD_Intervals},
urldate = {2020-05-18},
abstract = {This article considers how to estimate Bayesian credible and highest probability density (HPD) intervals for parameters of interest and provides a simple Monte Carlo approach to approximate these Bayesian intervals when a sample of the relevant parameters can be generated from their respective marginal posterior distribution using a Markov chain Monte Carlo (MCMC) sampling algorithm. We also develop a Monte Carlo method to compute HPD intervals for the parameters of interest from the desired posterior distribution using a sample from an importance sampling distribution. We apply our methodology to a Bayesian hierarchical model that has a posterior density containing analytically intractable integrals that depend on the (hyper) parameters. We further show that our methods are useful not only for calculating the HPD intervals for the parameters of interest but also for computing the HPD intervals for functions of the parameters. Necessary theory is developed and illustrative examples\textemdash including a simulation study\textemdash are given.},
file = {/Users/solomonkurz/Zotero/storage/A37BJW48/10618600.1999.html}
}
@incollection{chenMonteCarloGap2003,
title = {A {{Monte Carlo}} Gap Test in Computing {{HPD}} Regions},
booktitle = {Development of {{Modern Statistics}} and {{Related Topics}}},
author = {Chen, Ming-Hui and He, Xuming and Shao, Qi-Man and Xu, Hai},
date = {2003-06-01},
series = {Series in {{Biostatistics}}},
volume = {Volume 1},
number = {Volume 1},
pages = {38--52},
publisher = {{World Scientific}},
doi = {10.1142/9789812796707_0004},
url = {https://www.researchgate.net/publication/264969946_A_Monte_Carlo_gap_test_in_computing_HPD_regions},
urldate = {2020-05-18},
isbn = {978-981-238-395-2},
volumes = {0},
file = {/Users/solomonkurz/Zotero/storage/ZSZ4HUD3/9789812796707_0004.html}
}
@article{chungNondegeneratePenalizedLikelihood2013,
title = {A Nondegenerate Penalized Likelihood Estimator for Variance Parameters in Multilevel Models},
author = {Chung, Yeojin and Rabe-Hesketh, Sophia and Dorie, Vincent and Gelman, Andrew and Liu, Jingchen},
date = {2013-10},
journaltitle = {Psychometrika},
shortjournal = {Psychometrika},
volume = {78},
number = {4},
pages = {685--709},
issn = {0033-3123, 1860-0980},
doi = {10.1007/s11336-013-9328-2},
url = {http://link.springer.com/10.1007/s11336-013-9328-2},
urldate = {2020-05-17},
langid = {english}
}
@book{cohenStatisticalPowerAnalysis1988,
title = {Statistical Power Analysis for the Behavioral Sciences},
author = {Cohen, Jacob},
date = {1988},
edition = {2nd Edition},
publisher = {{Routledge}},
doi = {10.4324/9780203771587},
url = {https://www.taylorfrancis.com/books/9780203771587},
urldate = {2020-05-16},
isbn = {978-0-203-77158-7},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/P6QDI9KH/Cohen - 2013 - Statistical Power Analysis for the Behavioral Scie.pdf;/Users/solomonkurz/Zotero/storage/CCGXJI5G/9780203771587.html}
}
@book{cummingUnderstandingTheNewStatistics2012,
title = {Understanding the New Statistics: {{Effect}} Sizes, Confidence Intervals, and Meta-Analysis},
author = {Cumming, Geoff},
date = {2012},
publisher = {{Routledge}},
url = {https://www.routledge.com/Understanding-The-New-Statistics-Effect-Sizes-Confidence-Intervals-and/Cumming/p/book/9780415879682},
isbn = {978-0-415-87967-5}
}
@book{daleHistoryInverseProbability2012,
title = {A History of Inverse Probability: {{From Thomas Bayes}} to {{Karl Pearson}}},
author = {Dale, Andrew I},
date = {2012},
publisher = {{Springer Science \& Business Media}},
url = {https://www.springer.com/gp/book/9780387988078}
}
@article{duaneHybridMonteCarlo1987,
title = {Hybrid {{Monte Carlo}}},
author = {Duane, Simon and Kennedy, A. D. and Pendleton, Brian J. and Roweth, Duncan},
date = {1987-09-03},
journaltitle = {Physics Letters B},
shortjournal = {Physics Letters B},
volume = {195},
number = {2},
pages = {216--222},
issn = {0370-2693},
doi = {10.1016/0370-2693(87)91197-X},
url = {http://www.sciencedirect.com/science/article/pii/037026938791197X},
urldate = {2020-05-16},
abstract = {We present a new method for the numerical simulation of lattice field theory. A hybrid (molecular dynamics/Langevin) algorithm is used to guide a Monte Carlo simulation. There are no discretization errors even for large step sizes. The method is especially efficient for systems such as quantum chromodynamics which contain fermionic degrees of freedom. Detailed results are presented for four-dimensional compact quantum electrodynamics including the dynamical effects of electrons.},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/SUYZYUWV/037026938791197X.html}
}
@article{eckhardtStanUlamJohn1987,
title = {Stan {{Ulam}}, {{John}} von {{Neumann}} and the {{Monte Carlo}} Method},
author = {Eckhardt, Roger},
date = {1987},
journaltitle = {Argonne, USA},
url = {https://library.sciencemadness.org/lanl1_a/lib-www/pubs/00326867.pdf}
}
@article{efronSteinParadoxStatistics1977,
title = {Stein's Paradox in Statistics},
author = {Efron, Bradley and Morris, Carl},
date = {1977},
journaltitle = {Scientific American},
volume = {236},
number = {5},
eprint = {24954030},
eprinttype = {jstor},
pages = {119--127},
publisher = {{Scientific American, a division of Nature America, Inc.}},
issn = {0036-8733},
doi = {10.1038/scientificamerican0577-119}
}
@article{enders2007centering,
title = {Centering Predictor Variables in Cross-Sectional Multilevel Models: {{A}} New Look at an Old Issue.},
author = {Enders, Craig K and Tofighi, Davood},
date = {2007},
journaltitle = {Psychological methods},
volume = {12},
number = {2},
pages = {121},
publisher = {{American Psychological Association}},
doi = {10.1037/1082-989X.12.2.121},
url = {https://www.researchgate.net/publication/6274186_Centering_Predictor_Variables_in_Cross-Sectional_Multilevel_Models_A_New_Look_at_An_Old_Issue}
}
@incollection{endersCenteringPredictorsContextual2013,
title = {Centering Predictors and Contextual Effects},
booktitle = {The {{SAGE Handbook}} of {{Multilevel Modeling}}},
author = {Enders, Craig},
editor = {Scott, Marc and Simonoff, Jeffrey and Marx, Brian},
date = {2013},
pages = {89--108},
publisher = {{SAGE Publications Ltd}},
location = {{1 Oliver's Yard,~55 City Road,~London~EC1Y 1SP~United Kingdom}},
doi = {10.4135/9781446247600.n6},
url = {http://methods.sagepub.com/book/the-sage-handbook-of-multilevel-modeling/n6.xml},
urldate = {2020-05-16},
isbn = {978-0-85702-564-7 978-1-4462-4760-0}
}
@incollection{fernandesUncertaintyDisplaysUsing2018,
title = {Uncertainty Displays Using Quantile Dotplots or {{CDFs}} Improve Transit Decision-Making},
booktitle = {Proceedings of the 2018 {{CHI Conference}} on {{Human Factors}} in {{Computing Systems}}},
author = {Fernandes, Michael and Walls, Logan and Munson, Sean and Hullman, Jessica and Kay, Matthew},
date = {2018-04-19},
pages = {1--12},
publisher = {{Association for Computing Machinery}},
location = {{New York, NY, USA}},
url = {https://doi.org/10.1145/3173574.3173718},
urldate = {2020-09-05},
abstract = {Everyday predictive systems typically present point predictions, making it hard for people to account for uncertainty when making decisions. Evaluations of uncertainty displays for transit prediction have assessed people's ability to extract probabilities, but not the quality of their decisions. In a controlled, incentivized experiment, we had subjects decide when to catch a bus using displays with textual uncertainty, uncertainty visualizations, or no-uncertainty (control). Frequency-based visualizations previously shown to allow people to better extract probabilities (quantile dotplots) yielded better decisions. Decisions with quantile dotplots with 50 outcomes were(1) better on average, having expected payoffs 97\% of optimal(95\% CI: [95\%,98\%]), 5 percentage points more than control (95\% CI: [2,8]); and (2) more consistent, having within-subject standard deviation of 3 percentage points (95\% CI:[2,4]), 4 percentage points less than control (95\% CI: [2,6]).Cumulative distribution function plots performed nearly as well, and both outperformed textual uncertainty, which was sensitive to the probability interval communicated. We discuss implications for real time transit predictions and possible generalization to other domains.},
isbn = {978-1-4503-5620-6},
keywords = {cumulative distribution plots,dotplots,mobileinterfaces,transit predictions,uncertainty visualization}
}
@article{fernandezGGMCMCAnalysisofMCMC2016,
title = {{{ggmcmc}}: {{Analysis}} of {{MCMC}} Samples and {{Bayesian}} Inference},
author = {Fern\'andez i Mar\'in, Xavier},
date = {2016},
journaltitle = {Journal of Statistical Software},
volume = {70},
number = {9},
pages = {1--20},
doi = {10.18637/jss.v070.i09}
}
@book{fisherStatisticalMethodsResearch1925,
title = {Statistical Methods for Research Workers, 11th Ed. Rev},
author = {Fisher, R.A.},
date = {1925},
series = {Statistical Methods for Research Workers, 11th Ed. Rev},
publisher = {{Edinburgh}},
location = {{Oliver and Boyd}},
url = {https://psycnet.apa.org/record/1925-15003-000},
abstract = {Contains revisions of probability formulas and treatment of correlations. Harvard Book List (edited) 1955 \#94 (PsycINFO Database Record (c) 2016 APA, all rights reserved)},
file = {/Users/solomonkurz/Zotero/storage/L7DDMNLC/1925-15003-000.html}
}
@article{gabry2019visualization,
title = {Visualization in {{Bayesian}} Workflow},
author = {Gabry, Jonah and Simpson, Daniel and Vehtari, Aki and Betancourt, Michael and Gelman, Andrew},
date = {2019},
journaltitle = {Journal of the Royal Statistical Society: Series A (Statistics in Society)},
volume = {182},
number = {2},
pages = {389--402},
publisher = {{Wiley Online Library}},
doi = {10.1111/rssa.12378},
url = {https://arxiv.org/abs/1709.01449}
}
@online{gabryGraphicalPosteriorPredictive2019,
title = {Graphical Posterior Predictive Checks Using the Bayesplot Package},
author = {Gabry, Jonah},
date = {2019-11-29},
url = {https://CRAN.R-project.org/package=bayesplot/vignettes/graphical-ppcs.html}
}
@misc{gabryGraphicalPosteriorPredictive2022,
title = {Graphical Posterior Predictive Checks Using the Bayesplot Package},
author = {Gabry, Jonah},
date = {2022-03},
url = {https://CRAN.R-project.org/package=bayesplot/vignettes/graphical-ppcs.html}
}
@article{gabryPlottingMCMCDraws2019,
title = {Plotting {{MCMC}} Draws Using the Bayesplot Package},
author = {Gabry, Jonah},
date = {2020-05-27},
url = {https://CRAN.R-project.org/package=bayesplot/vignettes/plotting-mcmc-draws.html},
urldate = {2020-05-26},
langid = {english}
}
@article{gelman2012we,
title = {Why We (Usually) Don't Have to Worry about Multiple Comparisons},
author = {Gelman, Andrew and Hill, Jennifer and Yajima, Masanao},
date = {2012},
journaltitle = {Journal of Research on Educational Effectiveness},
volume = {5},
number = {2},
pages = {189--211},
publisher = {{Taylor \& Francis}},
doi = {10.1080/19345747.2011.618213},
url = {https://arxiv.org/pdf/0907.2478.pdf}
}
@book{gelman2013bayesian,
title = {Bayesian Data Analysis},
author = {Gelman, Andrew and Carlin, John B and Stern, Hal S and Dunson, David B and Vehtari, Aki and Rubin, Donald B},
date = {2013},
edition = {Third Edition},
publisher = {{CRC press}},
url = {https://stat.columbia.edu/~gelman/book/}
}
@article{gelmanAnalysisVarianceWhy2005,
title = {Analysis of Variance--{{Why}} It Is More Important than Ever},
author = {Gelman, Andrew},
date = {2005-02},
journaltitle = {Annals of Statistics},
shortjournal = {Ann. Statist.},
volume = {33},
number = {1},
pages = {1--53},
publisher = {{Institute of Mathematical Statistics}},
issn = {0090-5364, 2168-8966},
doi = {10.1214/009053604000001048},
url = {https://projecteuclid.org/download/pdfview_1/euclid.aos/1112967698},
urldate = {2020-05-18},
abstract = {Analysis of variance (ANOVA) is an extremely important method in exploratory and confirmatory data analysis. Unfortunately, in complex problems (e.g., split-plot designs), it is not always easy to set up an appropriate ANOVA. We propose a hierarchical analysis that automatically gives the correct ANOVA comparisons even in complex scenarios. The inferences for all means and variances are performed under a model with a separate batch of effects for each row of the ANOVA table. We connect to classical ANOVA by working with finite-sample variance components: fixed and random effects models are characterized by inferences about existing levels of a factor and new levels, respectively. We also introduce a new graphical display showing inferences about the standard deviations of each batch of effects. We illustrate with two examples from our applied data analysis, first illustrating the usefulness of our hierarchical computations and displays, and second showing how the ideas of ANOVA are helpful in understanding a previously fit hierarchical model.},
langid = {english},
mrnumber = {MR2157795},
zmnumber = {1064.62082},
keywords = {ANOVA,Bayesian inference,fixed effects,hierarchical model,linear regression,multilevel model,random effects,variance components},
file = {/Users/solomonkurz/Zotero/storage/2U3XQY5J/Gelman - 2005 - Analysis of variance—why it is more important than.pdf;/Users/solomonkurz/Zotero/storage/SQ6DDNZI/1112967698.html}
}
@article{gelmanPriorDistributionsVariance2006,
title = {Prior Distributions for Variance Parameters in Hierarchical Models (Comment on Article by {{Browne}} and {{Draper}})},
author = {Gelman, Andrew},
date = {2006-09},
journaltitle = {Bayesian Analysis},
shortjournal = {Bayesian Anal.},
volume = {1},
number = {3},
pages = {515--534},
publisher = {{International Society for Bayesian Analysis}},
issn = {1936-0975, 1931-6690},
doi = {10.1214/06-BA117A},
url = {https://projecteuclid.org/euclid.ba/1340371048},
urldate = {2020-05-17},
abstract = {Various noninformative prior distributions have been suggested for scale parameters in hierarchical models. We construct a new folded-noncentral-ttt family of conditionally conjugate priors for hierarchical standard deviation parameters, and then consider noninformative and weakly informative priors in this family. We use an example to illustrate serious problems with the inverse-gamma family of "noninformative" prior distributions. We suggest instead to use a uniform prior on the hierarchical standard deviation, using the half-ttt family when the number of groups is small and in other settings where a weakly informative prior is desired. We also illustrate the use of the half-ttt family for hierarchical modeling of multiple variance parameters such as arise in the analysis of variance.},
langid = {english},
mrnumber = {MR2221284},
zmnumber = {1331.62139},
keywords = {Bayesian inference,conditional conjugacy,folded-noncentral-$t$ distribution,half-$t$ distribution,hierarchical model,multilevel model,noninformative prior distribution,weakly informative prior distribution},
file = {/Users/solomonkurz/Zotero/storage/LNB63KFA/Gelman - 2006 - Prior distributions for variance parameters in hie.pdf;/Users/solomonkurz/Zotero/storage/AJT3SYSS/1340371048.html}
}
@article{gelmanRsquaredBayesianRegression2019,
title = {R-Squared for {{Bayesian}} Regression Models},
author = {Gelman, Andrew and Goodrich, Ben and Gabry, Jonah and Vehtari, Aki},
date = {2019-07-03},
journaltitle = {The American Statistician},
shortjournal = {The American Statistician},
volume = {73},
number = {3},
pages = {307--309},
issn = {0003-1305, 1537-2731},
doi = {10.1080/00031305.2018.1549100},
url = {https://www.tandfonline.com/doi/full/10.1080/00031305.2018.1549100},
urldate = {2020-05-16},
langid = {english}
}
@article{gerardLimitsRetrospectivePower1998,
title = {Limits of Retrospective Power Analysis},
author = {Gerard, Patrick and Smith, David and Weerakkody, Govinda},
date = {1998-04-01},
journaltitle = {The Journal of Wildlife Management},
shortjournal = {The Journal of Wildlife Management},
volume = {62},
pages = {801},
doi = {10.2307/3802357},
url = {https://www.researchgate.net/publication/273104134_Limits_of_Retrospective_Power_Analysis},
abstract = {Power analysis after study completion has been suggested to interpret study results. We present 3 methods of estimating power and discuss their limitations. We use simulation studies to show that estimated power can be biased, extremely variable, and severely bounded. We endorse the practice of computing power to detect a biologically meaningful difference as a tool for study planning but suggest that calculation of confidence intervals on the parameter of interest is the appropriate way to gauge the strength and biological meaning of study results.},
file = {/Users/solomonkurz/Zotero/storage/RLMXTUWI/Gerard et al. - 1998 - Limits of Retrospective Power Analysis.pdf}
}
@book{grolemundDataScience2017,
title = {R for Data Science},
author = {Grolemund, Garrett and Wickham, Hadley},
date = {2017},
publisher = {{O'Reilly}},
url = {https://r4ds.had.co.nz}
}
@article{gronauLimitationsBayesianLeaveoneout2019,
title = {Limitations of {{Bayesian}} Leave-One-out Cross-Validation for Model Selection},
author = {Gronau, Quentin F and Wagenmakers, Eric-Jan},
date = {2019},
journaltitle = {Computational brain \& behavior},
volume = {2},
number = {1},
pages = {1--11},
publisher = {{Springer}},
url = {https://doi.org/10.1007/s42113-018-0011-7}
}
@article{gronauRejoinderMoreLimitations2019,
title = {Rejoinder: {{More}} Limitations of {{Bayesian}} Leave-One-out Cross-Validation},
author = {Gronau, Quentin F and Wagenmakers, Eric-Jan},
date = {2019},
journaltitle = {Computational brain \& behavior},
volume = {2},
number = {1},
pages = {35--47},
publisher = {{Springer}},
url = {https://doi.org/10.1007/s42113-018-0022-4}
}
@article{guber1999getting,
title = {Getting What You Pay for: {{The}} Debate over Equity in Public School Expenditures},
author = {Guber, Deborah, L},
date = {1999},
journaltitle = {Journal of Statistics Education},
volume = {7},
number = {2},
url = {https://www.semanticscholar.org/paper/Getting-What-You-Pay-For-The-Debate-Over-Equity-in-Guber/29c30e9dc77b56340faa5e6ad35e0741a5a83d49}
}
@incollection{hamakerWhyResearchersShould2012,
title = {Why Researchers Should Think "within-Person": {{A}} Paradigmatic Rationale},
shorttitle = {Why Researchers Should Think "within-Person"},
booktitle = {Handbook of Research Methods for Studying Daily Life},
author = {Hamaker, Ellen L.},
date = {2012},
pages = {43--61},
publisher = {{The Guilford Press}},
location = {{New York, NY, US}},
url = {https://www.guilford.com/books/Handbook-of-Research-Methods-for-Studying-Daily-Life/Mehl-Conner/9781462513055},
abstract = {This chapter presents reasoning for taking an alternative research approach to the study of processes that unfold within individuals over time as part of their daily lives. To this end I focus on three issues. First, I present a brief historical account that shows the large-sample approach is not necessarily the only appropriate research approach in psychology. Second, I discuss the limitations of this approach, specifically, if our interest is in studying psychological processes that take place within individuals. Finally, I discuss several alternatives to the standard large-sample approach that allow us to take a closer and more detailed look at the processes as they are occurring in daily life. (PsycINFO Database Record (c) 2019 APA, all rights reserved)},
isbn = {978-1-60918-747-7 978-1-60918-749-1},
keywords = {Cognitive Processes,Experiences (Events),Experimental Psychologists,Experimentation,History,Methodology,Personality Processes},
file = {/Users/solomonkurz/Zotero/storage/7IAKF3TS/2012-05165-003.html}
}
@article{hanleySexualActivityLifespan1994,
title = {Sexual Activity and the Lifespan of Male Fruitflies: {{A}} Dataset That Gets Attention},
shorttitle = {Sexual {{Activity}} and the {{Lifespan}} of {{Male Fruitflies}}},
author = {Hanley, A, James and Shapiro, H, Stanley},
date = {1994-07-01},
journaltitle = {Journal of Statistics Education},
volume = {2},
number = {1},
pages = {null},
publisher = {{Taylor \& Francis}},
issn = {null},
doi = {10.1080/10691898.1994.11910467},
url = {https://doi.org/10.1080/10691898.1994.11910467},
urldate = {2020-05-19},
abstract = {This dataset contains observations on five groups of male fruitflies \textendash\textendash{} 25 fruitflies in each group \textendash\textendash{} from an experiment designed to test if increased reproduction reduces longevity for male fruitflies. (Such a cost has already been established for females.) The five groups are: males forced to live alone, males assigned to live with one or eight interested females, and males assigned to live with one or eight non-receptive females. The observations on each fly were longevity, thorax length, and the percentage of each day spent sleeping. The structure of the experiment provokes lively discussion on experimental design and on contrasts, and gives students opportunities to understand and verbalize what we mean by the term ``statistical interaction.'' Because the variable thorax length has a strong effect on survival, it is important to take it into account to increase the precision of between-group contrasts, even though it is distributed similarly across groups. The dataset can also be used to illustrate techniques of survival analysis.},
keywords = {Analysis of covariance,Experiment,Longevity,Precision,Regression,Survival analysis},
annotation = {\_eprint: https://doi.org/10.1080/10691898.1994.11910467},
file = {/Users/solomonkurz/Zotero/storage/3XL9TZQK/A and H - 1994 - Sexual Activity and the Lifespan of Male Fruitflie.pdf;/Users/solomonkurz/Zotero/storage/5G6CU48Y/10691898.1994.html}
}
@artwork{HokusaiGreatWaveOffKanagawa1820,
title = {The Great Wave off {{Kanagawa}}},
author = {Hokusai, Katsushika},
date = {1820/1831}
}
@article{hyndmanComputingGraphingHighest1996,
title = {Computing and Graphing Highest Density Regions},
author = {Hyndman, Rob J.},
date = {1996-05-01},
journaltitle = {The American Statistician},
shortjournal = {The American Statistician},
volume = {50},
number = {2},
pages = {120--126},
publisher = {{Taylor \& Francis}},
issn = {0003-1305},
doi = {10.1080/00031305.1996.10474359},
url = {https://amstat.tandfonline.com/doi/abs/10.1080/00031305.1996.10474359},
urldate = {2020-05-18},
abstract = {Many statistical methods involve summarizing a probability distribution by a region of the sample space covering a specified probability. One method of selecting such a region is to require it to contain points of relatively high density. Highest density regions are particularly useful for displaying multimodal distributions and, in such cases, may consist of several disjoint subsets\textemdash one for each local mode. In this paper, I propose a simple method for computing a highest density region from any given (possibly multivariate) density f(x) that is bounded and continuous in x. Several examples of the use of highest density regions in statistical graphics are also given. A new form of boxplot is proposed based on highest density regions; versions in one and two dimensions are given. Highest density regions in higher dimensions are also discussed and plotted.},
file = {/Users/solomonkurz/Zotero/storage/RTPEUENN/00031305.1996.html}
}
@artwork{jeanRiftScull2009,
title = {{{RIFT SCULL}}},
author = {Jean, James},
date = {2009}
}
@book{jeffreysTheoryProbability1961,
title = {Theory of Probability},
author = {Jeffreys, Harold},
date = {1961},
publisher = {{Oxford University Press}},
url = {https://global.oup.com/academic/product/theory-of-probability-9780198503682?cc=us&lang=en&}
}
@article{kassBayesFactors1995,
title = {Bayes Factors},
author = {Kass, Robert E and Raftery, Adrian E},
date = {1995},
journaltitle = {Journal of the American Statistical Association},
volume = {90},
number = {430},
pages = {773--795},
publisher = {{Taylor \& Francis}},
url = {https://www.stat.washington.edu/raftery/Research/PDF/kass1995.pdf}
}
@online{kayExtractingVisualizingTidy2020,
title = {Extracting and Visualizing Tidy Draws from Brms Models},
author = {Kay, Matthew},
date = {2020-06-17},
url = {https://mjskay.github.io/tidybayes/articles/tidy-brms.html},
urldate = {2020-05-17},
abstract = {tidybayes},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/NT83AM3T/tidy-brms.html}
}
@misc{kayExtractingVisualizingTidy2021,
title = {Extracting and Visualizing Tidy Draws from Brms Models},
author = {Kay, Matthew},
date = {2021-12},
url = {https://mjskay.github.io/tidybayes/articles/tidy-brms.html},
urldate = {2022-04-15},
abstract = {tidybayes}
}
@online{kaySlabIntervalStats2020,
title = {Slab + Interval Stats and Geoms},
author = {Kay, Matthew},
date = {2020-07-14},
url = {https://mjskay.github.io/ggdist/articles/slabinterval.html},
urldate = {2020-05-15},
abstract = {ggdist},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/SDV77RJR/slabinterval.html}
}
@misc{kaySlabIntervalStats2022,
title = {Slab + Interval Stats and Geoms},
author = {Kay, Matthew},
date = {2022-02},
url = {https://mjskay.github.io/ggdist/articles/slabinterval.html},
urldate = {2022-04-15},
abstract = {ggdist}
}
@inproceedings{kayWhenIshMy2016,
title = {When (Ish) Is My Bus? {{User-centered}} Visualizations of Uncertainty in Everyday, Mobile Predictive Systems},
shorttitle = {When (Ish) Is {{My Bus}}?},
booktitle = {Proceedings of the 2016 {{CHI Conference}} on {{Human Factors}} in {{Computing Systems}}},
author = {Kay, Matthew and Kola, Tara and Hullman, Jessica R. and Munson, Sean A.},
date = {2016-05-07},
series = {{{CHI}} '16},
pages = {5092--5103},
publisher = {{Association for Computing Machinery}},
location = {{New York, NY, USA}},
doi = {10.1145/2858036.2858558},
url = {https://doi.org/10.1145/2858036.2858558},
urldate = {2020-09-05},
abstract = {Users often rely on realtime predictions in everyday contexts like riding the bus, but may not grasp that such predictions are subject to uncertainty. Existing uncertainty visualizations may not align with user needs or how they naturally reason about probability. We present a novel mobile interface design and visualization of uncertainty for transit predictions on mobile phones based on discrete outcomes. To develop it, we identified domain specific design requirements for visualizing uncertainty in transit prediction through: 1) a literature review, 2) a large survey of users of a popular realtime transit application, and 3) an iterative design process. We present several candidate visualizations of uncertainty for realtime transit predictions in a mobile context, and we propose a novel discrete representation of continuous outcomes designed for small screens, quantile dotplots. In a controlled experiment we find that quantile dotplots reduce the variance of probabilistic estimates by \textasciitilde 1.15 times compared to density plots and facilitate more confident estimation by end-users in the context of realtime transit prediction scenarios.},
isbn = {978-1-4503-3362-7},
keywords = {dotplots,end-user visualization,mobile interfac-es,transit predictions,uncertainty visualization}
}
@article{kelley2012effect,
title = {On Effect Size},
author = {Kelley, Ken and Preacher, Kristopher J},
date = {2012},
journaltitle = {Psychological methods},
volume = {17},
number = {2},
pages = {137},
publisher = {{American Psychological Association}},
doi = {10.1037/a0028086},
url = {https://www3.nd.edu/~kkelley/publications/articles/Kelley_and_Preacher_Psychological_Methods_2012.pdf}
}
@article{kleinPracticalGuideTransparency2018,
title = {A Practical Guide for Transparency in Psychological Science.},
author = {Klein, O. and Hardwicke, T. E. and Aust, F. and Breuer, J. and Danielsson, H. and Hofelich Mohr, A. and IJzerman, H. and Nilsonne, G. and Vanpaemel, W. and Frank, M. C.},
date = {2018-06},
journaltitle = {Collabra: Psychology},
volume = {4},
number = {1},
pages = {1--15},
publisher = {{The Regents of the University of California}},
issn = {2474-7394},
doi = {10.1525/collabra.158},
url = {https://lirias.kuleuven.be/1999530},
urldate = {2020-05-18},
abstract = {\textcopyright{} 2018 The Author(s). The credibility of scientific claims depends upon the transparency of the research products upon which they are based (e.g., study protocols, data, materials, and analysis scripts). As psychology navigates a period of unprecedented introspection, user-friendly tools and services that support open science have flourished. However, the plethora of decisions and choices involved can be bewildering. Here we provide a practical guide to help researchers navigate the process of preparing and sharing the products of their research (e.g., choosing a repository, preparing their research products for sharing, structuring folders, etc.). Being an open scientist means adopting a few straightforward research management practices, which lead to less error prone, reproducible research workflows. Further, this adoption can be piecemeal \textendash{} each incremental step towards complete transparency adds positive value. Transparent research practices not only improve the efficiency of individual researchers, they enhance the credibility of the knowledge generated by the scientific community.},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/439IHJWF/Klein et al. - 2018 - A practical guide for transparency in psychologica.pdf;/Users/solomonkurz/Zotero/storage/AKE5WGPW/1999530.html}
}
@book{kolmogorovFoundationsTheoryProbability1956,
title = {Foundations of the Theory of Probability: {{Second English Edition}}},
author = {Kolmogorov, Andre\textbackslash u\i{} Nikolaevich and Bharucha-Reid, Albert T},
date = {1956},
publisher = {{Chelsea Publishing Company}},
url = {https://www.york.ac.uk/depts/maths/histstat/kolmogorov_foundations.pdf}
}
@article{kruschke2021BayesianAnalysisReporting,
title = {Bayesian Analysis Reporting Guidelines},
author = {Kruschke, John K.},
date = {2021},
journaltitle = {Nature human behaviour},
volume = {5},
number = {10},
pages = {1282--1291},
publisher = {{Nature Publishing Group}},
doi = {10.1038/s41562-021-01177-7}
}
@article{kruschkeBayesianNewStatistics2018,
title = {{{The Bayesian New Statistics}}: {{Hypothesis}} Testing, Estimation, Meta-Analysis, and Power Analysis from a {{Bayesian}} Perspective},
shorttitle = {The {{Bayesian New Statistics}}},
author = {Kruschke, John K. and Liddell, Torrin M.},
date = {2018-02-01},
journaltitle = {Psychonomic Bulletin \& Review},
shortjournal = {Psychon Bull Rev},
volume = {25},
number = {1},
pages = {178--206},
issn = {1531-5320},
doi = {10.3758/s13423-016-1221-4},
url = {https://link.springer.com/content/pdf/10.3758/s13423-016-1221-4.pdf},
urldate = {2020-05-18},
abstract = {In the practice of data analysis, there is a conceptual distinction between hypothesis testing, on the one hand, and estimation with quantified uncertainty on the other. Among frequentists in psychology, a shift of emphasis from hypothesis testing to estimation has been dubbed ``the New Statistics'' (Cumming 2014). A second conceptual distinction is between frequentist methods and Bayesian methods. Our main goal in this article is to explain how Bayesian methods achieve the goals of the New Statistics better than frequentist methods. The article reviews frequentist and Bayesian approaches to hypothesis testing and to estimation with confidence or credible intervals. The article also describes Bayesian approaches to meta-analysis, randomized controlled trials, and power analysis.},
langid = {english},
file = {/Users/solomonkurz/Zotero/storage/SRKQT967/Kruschke and Liddell - 2018 - The Bayesian New Statistics Hypothesis testing, e.pdf}
}
@book{kruschkeDoingBayesianData2015,
title = {Doing {{Bayesian}} Data Analysis: {{A}} Tutorial with {{R}}, {{JAGS}}, and {{Stan}}},
author = {Kruschke, John K.},
date = {2015},
publisher = {{Academic Press}},
url = {https://sites.google.com/site/doingbayesiandataanalysis/}
}
@article{kruschkePosteriorPredictiveChecks2013,
title = {Posterior Predictive Checks Can and Should Be {{Bayesian}}: {{Comment}} on {{Gelman}} and {{Shalizi}}, `{{Philosophy}} and the Practice of {{Bayesian}} Statistics'},
shorttitle = {Posterior Predictive Checks Can and Should Be {{Bayesian}}},
author = {Kruschke, John K.},
date = {2013},
journaltitle = {British Journal of Mathematical and Statistical Psychology},
volume = {66},
number = {1},
pages = {45--56},
issn = {2044-8317},
doi = {10.1111/j.2044-8317.2012.02063.x},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/j.2044-8317.2012.02063.x},
urldate = {2020-05-18},
abstract = {Bayesian inference is conditional on the space of models assumed by the analyst. The posterior distribution indicates only which of the available parameter values are less bad than the others, without indicating whether the best available parameter values really fit the data well. A posterior predictive check is important to assess whether the posterior predictions of the least bad parameters are discrepant from the actual data in systematic ways. Gelman and Shalizi (2012a) assert that the posterior predictive check, whether done qualitatively or quantitatively, is non-Bayesian. I suggest that the qualitative posterior predictive check might be Bayesian, and the quantitative posterior predictive check should be Bayesian. In particular, I show that the `Bayesian p-value', from which an analyst attempts to reject a model without recourse to an alternative model, is ambiguous and inconclusive. Instead, the posterior predictive check, whether qualitative or quantitative, should be consummated with Bayesian estimation of an expanded model. The conclusion agrees with Gelman and Shalizi regarding the importance of the posterior predictive check for breaking out of an initially assumed space of models. Philosophically, the conclusion allows the liberation to be completely Bayesian instead of relying on a non-Bayesian deus ex machina. Practically, the conclusion cautions against use of the Bayesian p-value in favour of direct model expansion and Bayesian evaluation.},
langid = {english},
annotation = {\_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/j.2044-8317.2012.02063.x},
file = {/Users/solomonkurz/Zotero/storage/T32AK4DC/j.2044-8317.2012.02063.html}
}
@book{kurzStatisticalRethinkingBrms2023,
title = {Statistical {{Rethinking}} with {{brms}}, {{ggplot2}}, and the {{tidyverse}}},
author = {Kurz, A. Solomon},
date = {2023-01},
edition = {version 1.3.0},
url = {https://bookdown.org/content/3890/}
}
@book{kurzStatisticalRethinkingSecondEd2021,
title = {Statistical Rethinking with Brms, {{ggplot2}}, and the Tidyverse: {{Second Edition}}},
author = {Kurz, A. Solomon},
date = {2021-03},
edition = {version 0.2.0},
url = {https://bookdown.org/content/4857/},
urldate = {2021-04-14},
abstract = {This book is an attempt to re-express the code in the second edition of McElreath's textbook, 'Statistical rethinking.' His models are re-fit in brms, plots are redone with ggplot2, and the general data wrangling code predominantly follows the tidyverse style.}
}
@book{kurzStatisticalRethinkingSecondEd2023,
title = {Statistical {{Rethinking}} with Brms, {{ggplot2}}, and the Tidyverse: {{Second Edition}}},
author = {Kurz, A. Solomon},
date = {2023-01},
edition = {version 0.4.0},
url = {https://bookdown.org/content/4857/}
}
@article{lakensEquivalenceTestingPsychological2018,
title = {Equivalence Testing for Psychological Research: {{A}} Tutorial},