-
Notifications
You must be signed in to change notification settings - Fork 4
/
book.bib
2418 lines (2200 loc) · 150 KB
/
book.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
@book{DeMoivre1756,
author = {Abraham de Moivre},
title = {The doctrine of chances: or, A method of calculating the probabilities of events in play},
year = {1756},
URL = {https://archive.org/details/doctrineofchance00moiv/mode/2up}
}
@book{deFinetti1958,
author = {de Finetti, B.},
year = {1958},
title = {Foundations of probability},
booktitle = {Philosophy in the Mid-century},
pages = {140–-147},
publisher = {La Nuova Italia Editrice},
address = {Florence}
}
@article{Rest1984,
author = {James R. Rest},
title ={Research on Moral Development: Implications for Training Counseling Psychologists},
journal = {The Counseling Psychologist},
volume = {12},
number = {3},
pages = {19-29},
year = {1984},
doi = {10.1177/0011000084123003},
URL = {
https://doi.org/10.1177/0011000084123003
},
eprint = {
https://doi.org/10.1177/0011000084123003
}
}
@article{Peirce1884,
author = {C. S. Peirce and Joseph Jastrow},
pages = {75--83},
year = {1884},
title = {On Small Differences in Sensation},
volume = {3},
journal = {Memoirs of the National Academy of Sciences}
}
@incollection{borgesjlJardinSenderosQue1941,
title = {El Jardin de Senderos Que Se Bifurcan. {{Buenos Aires}}: {{Sur}}. {{Translated}} by {{D}}. {{A}}. {{Yates}} (1964)},
booktitle = {Labyrinths: {{Selected Stories}} \& {{Other Writings}}},
author = {{Borges, JL}},
year = {1941},
pages = {19--29},
publisher = {{New Directions}},
address = {{New York}}
}
@book{grolemundDataScience2017,
title = {R for Data Science},
author = {Grolemund, Garrett and Wickham, Hadley},
year = {2017},
publisher = {{O'Reilly}},
url = {https://r4ds.had.co.nz}
}
@book{agrestiFoundationsLinearGeneralized2015,
title = {Foundations of Linear and Generalized Linear Models},
author = {Agresti, Alan},
year = {2015},
month = jan,
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.},
googlebooks = {dgIzBgAAQBAJ},
isbn = {978-1-118-73005-8},
keywords = {Mathematics / Probability \& Statistics / General,Mathematics / Probability \& Statistics / Stochastic Processes},
language = {en}
}
@incollection{akaike1998information,
title = {Information Theory and an Extension of the Maximum Likelihood Principle},
booktitle = {Selected Papers of {{Hirotugu Akaike}}},
author = {Akaike, Hirotogu},
year = {1998},
pages = {199--213},
publisher = {{Springer}},
url = {https://www.springer.com/gp/book/9780387983554}
}
@article{amrheinScientistsRiseStatistical2019,
title = {Scientists Rise up against Statistical Significance},
author = {Amrhein, Valentin and Greenland, Sander and McShane, Blake},
year = {2019},
month = mar,
volume = {567},
pages = {305--307},
publisher = {{Nature Publishing Group}},
doi = {10.1038/d41586-019-00857-9},
url = {https://www.nature.com/articles/d41586-019-00857-9},
urldate = {2020-05-21},
abstract = {Valentin Amrhein, Sander Greenland, Blake McShane and more than 800 signatories call for an end to hyped claims and the dismissal of possibly crucial effects.},
copyright = {2020 Nature},
file = {/Users/solomonkurz/Zotero/storage/5JQ3EHZV/Amrhein et al. - 2019 - Scientists rise up against statistical significanc.pdf;/Users/solomonkurz/Zotero/storage/IWDNAU3J/d41586-019-00857-9.html},
journal = {Nature},
language = {en},
number = {7748}
}
@article{angristDoesCompulsorySchool1991,
title = {Does Compulsory School Attendance Affect Schooling and Earnings?},
author = {Angrist, Joshua D. and Keueger, Alan B.},
year = {1991},
month = nov,
volume = {106},
pages = {979--1014},
publisher = {{Oxford Academic}},
issn = {0033-5533},
doi = {10.2307/2937954},
url = {https://academic.oup.com/qje/article/106/4/979/1873496},
urldate = {2020-08-01},
abstract = {Abstract. We establish that season of birth is related to educational attainment because of school start age policy and compulsory school attendance laws. Indi},
file = {/Users/solomonkurz/Zotero/storage/WG5T6RJ7/Angrist and Keueger - 1991 - Does Compulsory School Attendance Affect Schooling.pdf;/Users/solomonkurz/Zotero/storage/WGBTDCNB/1873496.html},
journal = {The Quarterly Journal of Economics},
language = {en},
number = {4}
}
@article{ape2019,
title = {{{ape}} 5.0: An Environment for Modern Phylogenetics and Evolutionary Analyses in {{R}}},
author = {Paradis, E. and Schliep, K.},
year = {2019},
volume = {35},
pages = {526--528},
doi = {10.1093/bioinformatics/bty633},
url = {https://academic.oup.com/bioinformatics/article/35/3/526/5055127},
journal = {Bioinformatics}
}
@article{atkinsTutorialCountRegression2013,
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},
year = {2013},
month = mar,
volume = {27},
pages = {166--177},
issn = {0893-164X},
doi = {10.1037/a0029508},
url = {https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3513584/},
urldate = {2020-06-30},
abstract = {Critical research questions in the study of addictive behaviors concern how these behaviors change over time - either as the result of intervention or in naturalistic settings. The combination of count outcomes that are often strongly skewed with many zeroes (e.g., days using, number of total drinks, number of drinking consequences) with repeated assessments (e.g., longitudinal follow-up after intervention or daily diary data) present challenges for data analyses. The current article provides a tutorial on methods for analyzing longitudinal substance use data, focusing on Poisson, zero-inflated, and hurdle mixed models, which are types of hierarchical or multilevel models. Two example datasets are used throughout, focusing on drinking-related consequences following an intervention and daily drinking over the past 30 days, respectively. Both datasets as well as R, SAS, Mplus, Stata, and SPSS code showing how to fit the models are available on a .},
file = {/Users/solomonkurz/Zotero/storage/3EXIKU7I/Atkins et al. - 2013 - A tutorial on count regression and zero-altered co.pdf},
journal = {Psychology of addictive behaviors : journal of the Society of Psychologists in Addictive Behaviors},
number = {1},
pmcid = {PMC3513584},
pmid = {22905895}
}
@article{barrettAnIntroduction2020,
title = {An Introduction to Ggdag},
author = {Barrett, Malcolm},
year = {2020},
month = feb,
url = {https://CRAN.R-project.org/package=ggdag/vignettes/intro-to-ggdag.html},
urldate = {2020-05-31},
language = {English}
}
@article{barrRandomEffectsStructure2013,
title = {Random Effects Structure for Confirmatory Hypothesis Testing: {{Keep}} It Maximal},
shorttitle = {Random Effects Structure for Confirmatory Hypothesis Testing},
author = {Barr, Dale J. and Levy, Roger and Scheepers, Christoph and Tily, Harry J.},
year = {2013},
month = apr,
volume = {68},
pages = {255--278},
issn = {0749-596X},
doi = {10.1016/j.jml.2012.11.001},
url = {http://www.sciencedirect.com/science/article/pii/S0749596X12001180},
urldate = {2020-07-27},
abstract = {Linear mixed-effects models (LMEMs) have become increasingly prominent in psycholinguistics and related areas. However, many researchers do not seem to appreciate how random effects structures affect the generalizability of an analysis. Here, we argue that researchers using LMEMs for confirmatory hypothesis testing should minimally adhere to the standards that have been in place for many decades. Through theoretical arguments and Monte Carlo simulation, we show that LMEMs generalize best when they include the maximal random effects structure justified by the design. The generalization performance of LMEMs including data-driven random effects structures strongly depends upon modeling criteria and sample size, yielding reasonable results on moderately-sized samples when conservative criteria are used, but with little or no power advantage over maximal models. Finally, random-intercepts-only LMEMs used on within-subjects and/or within-items data from populations where subjects and/or items vary in their sensitivity to experimental manipulations always generalize worse than separate F1 and F2 tests, and in many cases, even worse than F1 alone. Maximal LMEMs should be the `gold standard' for confirmatory hypothesis testing in psycholinguistics and beyond.},
file = {/Users/solomonkurz/Zotero/storage/FHRVR92C/Barr et al. - 2013 - Random effects structure for confirmatory hypothes.pdf;/Users/solomonkurz/Zotero/storage/7SG2QQCA/S0749596X12001180.html},
journal = {Journal of Memory and Language},
keywords = {Generalization,Linear mixed-effects models,Monte Carlo simulation,Statistics},
language = {en},
number = {3}
}
@article{betancourtBayesSparse2018,
title = {Bayes Sparse Regression},
author = {Betancourt, Michael},
year = {2018},
month = mar,
url = {https://betanalpha.github.io/assets/case_studies/bayes_sparse_regression.html},
language = {English}
}
@article{betancourtRobustGaussianProcesses2017,
title = {Robust {{Gaussian}} Processes in {{Stan}}},
author = {Betancourt, Michael},
year = {2017},
month = oct,
url = {https://betanalpha.github.io/assets/case_studies/gp_part3/part3.html},
urldate = {2020-08-18},
file = {/Users/solomonkurz/Zotero/storage/YI47KGAQ/part3.html},
language = {English}
}
@article{bickelSexBiasGraduate1975,
title = {Sex Bias in Graduate Admissions: {{Data}} from {{Berkeley}}},
shorttitle = {Sex {{Bias}} in {{Graduate Admissions}}},
author = {Bickel, P. J. and Hammel, E. A. and O'Connell, J. W.},
year = {1975},
month = feb,
volume = {187},
pages = {398--404},
publisher = {{American Association for the Advancement of Science}},
issn = {0036-8075, 1095-9203},
doi = {10.1126/science.187.4175.398},
url = {https://pdfs.semanticscholar.org/b704/3d57d399bd28b2d3e84fb9d342a307472458.pdf},
urldate = {2020-06-17},
abstract = {Examination of aggregate data on graduate admissions to the University of California, Berkeley, for fall 1973 shows a clear but misleading pattern of bias against female applicants. Examination of the disaggregated data reveals few decision-making units that show statistically significant departures from expected frequencies of female admissions, and about as many units appear to favor women as to favor men. If the data are properly pooled, taking into account the autonomy of departmental decision making, thus correcting for the tendency of women to apply to graduate departments that are more difficult for applicants of either sex to enter, there is a small but statistically significant bias in favor of women. The graduate departments that are easier to enter tend to be those that require more mathematics in the undergraduate preparatory curriculum. The bias in the aggregated data stems not from any pattern of discrimination on the part of admissions committees, which seem quite fair on the whole, but apparently from prior screening at earlier levels of the educational system. Women are shunted by their socialization and education toward fields of graduate study that are generally more crowded, less productive of completed degrees, and less well funded, and that frequently offer poorer professional employment prospects.},
chapter = {Articles},
copyright = {1975 by the American Association for the Advancement of Science},
file = {/Users/solomonkurz/Zotero/storage/XW4GACMB/398.html},
journal = {Science},
language = {en},
number = {4175},
pmid = {17835295}
}
@incollection{borgesjlJardinSenderosQue1941,
title = {El Jardin de Senderos Que Se Bifurcan. {{Buenos Aires}}: {{Sur}}. {{Translated}} by {{D}}. {{A}}. {{Yates}} (1964)},
booktitle = {Labyrinths: {{Selected Stories}} \& {{Other Writings}}},
author = {{Borges, JL}},
year = {1941},
pages = {19--29},
publisher = {{New Directions}},
address = {{New York}}
}
@book{brms2020RM,
title = {{{brms}} Reference Manual, {{Version}} 2.13.5},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
url = {https://CRAN.R-project.org/package=brms/brms.pdf}
}
@book{bugs2003UM,
title = {{{WinBUGS}} User Manual},
author = {Spiegelhalter, David and Thomas, Andrew and Best, Nicky and Lunn, Dave},
year = {2003},
month = jan,
url = {https://www.mrc-bsu.cam.ac.uk/wp-content/uploads/manual14.pdf}
}
@article{Bürkner2020Define,
title = {Define Custom Response Distributions with Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
month = feb,
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_customfamilies.html}
}
@misc{Bürkner2020Distributional,
title = {Estimating Distributional Models with Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
month = feb,
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_distreg.html}
}
@article{Bürkner2020Monotonic,
title = {Estimating Monotonic Effects with Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
month = may,
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_monotonic.html}
}
@article{Bürkner2020Multivariate,
title = {Estimating Multivariate Models with Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
month = feb,
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_multivariate.html}
}
@article{Bürkner2020Non_linear,
title = {Estimating Non-Linear Models with Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
month = feb,
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_nonlinear.html}
}
@article{Bürkner2020Parameterization,
title = {Parameterization of Response Distributions in Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_families.html}
}
@article{Bürkner2020Phylogenetic,
title = {Estimating Phylogenetic Multilevel Models with Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2020},
month = jul,
url = {https://CRAN.R-project.org/package=brms/vignettes/brms_phylogenetics.html}
}
@article{burknerAdvancedBayesianMultilevel2018,
title = {Advanced {{Bayesian}} Multilevel Modeling with the {{R}} Package Brms},
author = {B{\"u}rkner, Paul-Christian},
year = {2018},
volume = {10},
pages = {395--411},
doi = {10.32614/RJ-2018-017},
journal = {The R Journal},
number = {1}
}
@article{burknerBrmsPackageBayesian2017,
title = {{{brms}}: {{An R}} Package for {{Bayesian}} Multilevel Models Using {{Stan}}},
author = {B{\"u}rkner, Paul-Christian},
year = {2017},
volume = {80},
pages = {1--28},
doi = {10.18637/jss.v080.i01},
journal = {Journal of Statistical Software},
number = {1}
}
@article{burknerModellingMonotonicEffects2020,
title = {Modelling Monotonic Effects of Ordinal Predictors in {{Bayesian}} Regression Models},
author = {B{\"u}rkner, Paul-Christian and Charpentier, Emmanuel},
year = {2020},
issn = {2044-8317},
doi = {10.1111/bmsp.12195},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1111/bmsp.12195},
urldate = {2020-06-28},
abstract = {Ordinal predictors are commonly used in regression models. They are often incorrectly treated as either nominal or metric, thus under- or overestimating the information contained. Such practices may lead to worse inference and predictions compared to methods which are specifically designed for this purpose. We propose a new method for modelling ordinal predictors that applies in situations in which it is reasonable to assume their effects to be monotonic. The parameterization of such monotonic effects is realized in terms of a scale parameter b representing the direction and size of the effect and a simplex parameter modelling the normalized differences between categories. This ensures that predictions increase or decrease monotonically, while changes between adjacent categories may vary across categories. This formulation generalizes to interaction terms as well as multilevel structures. Monotonic effects may be applied not only to ordinal predictors, but also to other discrete variables for which a monotonic relationship is plausible. In simulation studies we show that the model is well calibrated and, if there is monotonicity present, exhibits predictive performance similar to or even better than other approaches designed to handle ordinal predictors. Using Stan, we developed a Bayesian estimation method for monotonic effects which allows us to incorporate prior information and to check the assumption of monotonicity. We have implemented this method in the R package brms, so that fitting monotonic effects in a fully Bayesian framework is now straightforward.},
copyright = {\textcopyright{} 2020 The British Psychological Society},
file = {/Users/solomonkurz/Zotero/storage/32MU9XU6/bmsp.html},
journal = {British Journal of Mathematical and Statistical Psychology},
keywords = {Bayesian statistics,brms,isotonic regression,ordinal variables,R,Stan},
language = {en}
}
@article{burknerOrdinalRegressionModels2019,
title = {Ordinal Regression Models in Psychology: {{A}} Tutorial},
shorttitle = {Ordinal {{Regression Models}} in {{Psychology}}},
author = {B{\"u}rkner, Paul-Christian and Vuorre, Matti},
year = {2019},
month = mar,
volume = {2},
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.},
journal = {Advances in Methods and Practices in Psychological Science},
language = {en},
number = {1}
}
@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},
year = {2017},
volume = {76},
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},
journal = {Journal of statistical software},
number = {1}
}
@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},
year = {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.},
year = {1992},
month = aug,
volume = {46},
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.},
file = {/Users/solomonkurz/Zotero/storage/7G3SEDKK/Casella and George - 1992 - Explaining the Gibbs Sampler.pdf;/Users/solomonkurz/Zotero/storage/SFZUD4XZ/00031305.1992.html},
journal = {The American Statistician},
keywords = {Data augmentation,Markov chains,Monte Carlo methods,Resampling techniques},
number = {3}
}
@book{cover2006elements,
title = {Elements of Information Theory},
author = {Cover, Thomas M and Thomas, Joy A},
year = {2006},
edition = {2nd Edition},
publisher = {{John Wiley \& Sons}},
url = {https://www.wiley.com/en-us/Elements+of+Information+Theory\%2C+2nd+Edition-p-9780471241959},
isbn = {978-0-471-24195-9}
}
@article{cummingNewStatisticsWhy2014,
title = {The New Statistics: {{Why}} and How},
shorttitle = {The {{New Statistics}}},
author = {Cumming, Geoff},
year = {2014},
month = jan,
volume = {25},
pages = {7--29},
publisher = {{SAGE Publications Inc}},
issn = {0956-7976},
doi = {10.1177/0956797613504966},
url = {https://journals.sagepub.com/doi/pdf/10.1177/0956797613504966},
urldate = {2020-05-21},
abstract = {We need to make substantial changes to how we conduct research. First, in response to heightened concern that our published research literature is incomplete and untrustworthy, we need new requirements to ensure research integrity. These include prespecification of studies whenever possible, avoidance of selection and other inappropriate data-analytic practices, complete reporting, and encouragement of replication. Second, in response to renewed recognition of the severe flaws of null-hypothesis significance testing (NHST), we need to shift from reliance on NHST to estimation and other preferred techniques. The new statistics refers to recommended practices, including estimation based on effect sizes, confidence intervals, and meta-analysis. The techniques are not new, but adopting them widely would be new for many researchers, as well as highly beneficial. This article explains why the new statistics are important and offers guidance for their use. It describes an eight-step new-statistics strategy for research with integrity, which starts with formulation of research questions in estimation terms, has no place for NHST, and is aimed at building a cumulative quantitative discipline.},
file = {/Users/solomonkurz/Zotero/storage/UJMRBZGC/Cumming - 2014 - The New Statistics Why and How.pdf},
journal = {Psychological Science},
number = {1}
}
@article{cushmanRoleConsciousReasoning2006,
title = {The Role of Conscious Reasoning and Intuition in Moral Judgment: {{Testing}} Three Principles of Harm},
shorttitle = {The {{Role}} of {{Conscious Reasoning}} and {{Intuition}} in {{Moral Judgment}}},
author = {Cushman, Fiery and Young, Liane and Hauser, Marc},
year = {2006},
month = dec,
volume = {17},
pages = {1082--1089},
publisher = {{SAGE Publications Inc}},
issn = {0956-7976},
doi = {10.1111/j.1467-9280.2006.01834.x},
url = {https://doi.org/10.1111/j.1467-9280.2006.01834.x},
urldate = {2020-06-27},
abstract = {Is moral judgment accomplished by intuition or conscious reasoning? An answer demands a detailed account of the moral principles in question. We investigated three principles that guide moral judgments: (a) Harm caused by action is worse than harm caused by omission, (b) harm intended as the means to a goal is worse than harm foreseen as the side effect of a goal, and (c) harm involving physical contact with the victim is worse than harm involving no physical contact. Asking whether these principles are invoked to explain moral judgments, we found that subjects generally appealed to the first and third principles in their justifications, but not to the second. This finding has significance for methods and theories of moral psychology: The moral principles used in judgment must be directly compared with those articulated in justification, and doing so shows that some moral principles are available to conscious reasoning whereas others are not.},
journal = {Psychological Science},
language = {en},
number = {12}
}
@article{derooijCrossvalidationMethodEvery2020,
title = {Cross-Validation: {{A}} Method Every Psychologist Should Know},
shorttitle = {Cross-{{Validation}}},
author = {{de Rooij}, Mark and Weeda, Wouter},
year = {2020},
month = may,
volume = {3},
pages = {248--263},
publisher = {{SAGE Publications Inc}},
issn = {2515-2459},
doi = {10.1177/2515245919898466},
url = {https://doi.org/10.1177/2515245919898466},
urldate = {2020-06-03},
abstract = {Cross-validation is a statistical procedure that every psychologist should know. Most are possibly familiar with the procedure in a global way but have not used it for the analysis of their own data. We introduce cross-validation for the purpose of model selection in a general sense, as well as an R package we have developed for this kind of analysis, and we present examples illustrating the use of this package for types of research problems that are often encountered in the social sciences. Cross-validation can be an easy-to-use alternative to null-hypothesis testing, and it has the benefit that it does not make as many assumptions.},
file = {/Users/solomonkurz/Zotero/storage/S7SBFDUC/de Rooij and Weeda - 2020 - Cross-Validation A Method Every Psychologist Shou.pdf},
journal = {Advances in Methods and Practices in Psychological Science},
language = {en},
number = {2}
}
@book{dunn2018generalized,
title = {Generalized Linear Models with Examples in {{R}}},
author = {Dunn, Peter K and Smyth, Gordon K},
year = {2018},
publisher = {{Springer}},
url = {https://link.springer.com/book/10.1007/978-1-4419-0118-7}
}
@article{efronSteinParadoxStatistics1977,
title = {Stein's Paradox in Statistics},
author = {Efron, Bradley and Morris, Carl},
year = {1977},
volume = {236},
pages = {119--127},
publisher = {{Scientific American, a division of Nature America, Inc.}},
issn = {0036-8733},
doi = {10.1038/scientificamerican0577-119},
url = {https://www.jstor.org/stable/24954030},
urldate = {2020-05-17},
journal = {Scientific American},
number = {5}
}
@article{gabry2019visualization,
title = {Visualization in {{Bayesian}} Workflow},
author = {Gabry, Jonah and Simpson, Daniel and Vehtari, Aki and Betancourt, Michael and Gelman, Andrew},
year = {2019},
volume = {182},
pages = {389--402},
publisher = {{Wiley Online Library}},
doi = {10.1111/rssa.12378},
url = {https://arxiv.org/abs/1709.01449},
journal = {Journal of the Royal Statistical Society: Series A (Statistics in Society)},
number = {2}
}
@article{gabryPlottingMCMCDraws2019,
title = {Plotting {{MCMC}} Draws Using the Bayesplot Package},
author = {Gabry, Jonah},
year = {2019},
month = nov,
url = {https://CRAN.R-project.org/package=bayesplot/vignettes/plotting-mcmc-draws.html},
urldate = {2020-05-26},
language = {English}
}
@article{gabryVisualMCMCDiagnostics2020,
title = {Visual {{MCMC}} Diagnostics Using the Bayesplot Package},
author = {Gabry, Jonah and Modr{\'a}k, Martin},
year = {2020},
month = may,
url = {https://CRAN.R-project.org/package=bayesplot/vignettes/plotting-mcmc-draws.html},
urldate = {2020-06-11},
language = {English}
}
@article{gelman2006difference,
title = {The Difference between ``Significant'' and ``Not Significant'' Is Not Itself Statistically Significant},
author = {Gelman, Andrew and Stern, Hal},
year = {2006},
volume = {60},
pages = {328--331},
publisher = {{Taylor \& Francis}},
doi = {10.1198/000313006X152649},
url = {https://www.tandfonline.com/doi/pdf/10.1198/000313006X152649?needAccess=true},
journal = {The American Statistician},
number = {4}
}
@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},
year = {2013},
publisher = {{CRC press}},
url = {https://stat.columbia.edu/~gelman/book/}
}
@article{gelmanAreConfidenceIntervals2019,
title = {Are Confidence Intervals Better Termed ``Uncertainty Intervals''?},
author = {Gelman, Andrew and Greenland, Sander},
year = {2019},
month = sep,
pages = {l5381},
issn = {0959-8138, 1756-1833},
doi = {10.1136/bmj.l5381},
url = {https://stat.columbia.edu/~gelman/research/published/uncertainty_intervals.pdf},
urldate = {2020-05-21},
file = {/Users/solomonkurz/Zotero/storage/TVDUC9Z3/Gelman and Greenland - 2019 - Are confidence intervals better termed “uncertaint.pdf},
journal = {BMJ},
language = {en}
}
@article{gelmanGardenForkingPaths2013,
title = {The Garden of Forking Paths: {{Why}} Multiple Comparisons Can Be a Problem, Even When There Is No ``Fishing Expedition'' or ``p-Hacking'' and the Research Hypothesis Was Posited Ahead of Time},
author = {Gelman, Andrew and Loken, Eric},
year = {2013},
month = nov,
pages = {17},
url = {https://stat.columbia.edu/~gelman/research/unpublished/p_hacking.pdf},
abstract = {Researcher degrees of freedom can lead to a multiple comparisons problem, even in settings where researchers perform only a single analysis on their data. The problem is there can be a large number of potential comparisons when the details of data analysis are highly contingent on data, without the researcher having to perform any conscious procedure of fishing or examining multiple p-values. We discuss in the context of several examples of published papers where data-analysis decisions were theoretically-motivated based on previous literature, but where the details of data selection and analysis were not pre-specified and, as a result, were contingent on data.},
file = {/Users/solomonkurz/Zotero/storage/EA32DKC7/Gelman and Loken - The garden of forking paths Why multiple comparis.pdf},
language = {en}
}
@article{gelmanPostratificationManyCategories1997,
title = {Postratification into Many Categories Using Hierarchical Logistic Regression},
author = {Gelman, Andrew and Little, Thomas C.},
year = {1997},
month = sep,
volume = {23},
pages = {127--135},
url = {https://stat.columbia.edu/~gelman/research/published/poststrat3.pdf},
journal = {Survey Methodology},
language = {English}
}
@article{gelmanPriorCanOften2017,
title = {The Prior Can Often Only Be Understood in the Context of the Likelihood},
author = {Gelman, Andrew and Simpson, Daniel and Betancourt, Michael},
year = {2017},
month = oct,
volume = {19},
pages = {555},
publisher = {{Multidisciplinary Digital Publishing Institute}},
doi = {10.3390/e19100555},
url = {https://www.mdpi.com/1099-4300/19/10/555},
urldate = {2020-06-12},
abstract = {A key sticking point of Bayesian analysis is the choice of prior distribution, and there is a vast literature on potential defaults including uniform priors, Jeffreys' priors, reference priors, maximum entropy priors, and weakly informative priors. These methods, however, often manifest a key conceptual tension in prior modeling: a model encoding true prior information should be chosen without reference to the model of the measurement process, but almost all common prior modeling techniques are implicitly motivated by a reference likelihood. In this paper we resolve this apparent paradox by placing the choice of prior into the context of the entire Bayesian analysis, from inference to prediction to model evaluation.},
copyright = {http://creativecommons.org/licenses/by/3.0/},
file = {/Users/solomonkurz/Zotero/storage/GITEJRKC/Gelman et al. - 2017 - The Prior Can Often Only Be Understood in the Cont.pdf;/Users/solomonkurz/Zotero/storage/FD2UD59C/555.html},
journal = {Entropy},
keywords = {Bayesian inference,default priors,prior distribution},
language = {en},
number = {10}
}
@article{gelmanRsquaredBayesianRegression2019,
title = {R-Squared for {{Bayesian}} Regression Models},
author = {Gelman, Andrew and Goodrich, Ben and Gabry, Jonah and Vehtari, Aki},
year = {2019},
month = jul,
volume = {73},
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},
journal = {The American Statistician},
language = {en},
number = {3}
}
@article{gelmanWhyHighorderPolynomials2019,
title = {Why High-Order Polynomials Should Not Be Used in Regression Discontinuity Designs},
author = {Gelman, Andrew and Imbens, Guido},
year = {2019},
month = jul,
volume = {37},
pages = {447--456},
publisher = {{Taylor \& Francis}},
issn = {0735-0015},
doi = {10.1080/07350015.2017.1366909},
url = {https://amstat.tandfonline.com/doi/full/10.1080/07350015.2017.1366909},
urldate = {2020-07-30},
abstract = {It is common in regression discontinuity analysis to control for third, fourth, or higher-degree polynomials of the forcing variable. There appears to be a perception that such methods are theoretically justified, even though they can lead to evidently nonsensical results. We argue that controlling for global high-order polynomials in regression discontinuity analysis is a flawed approach with three major problems: it leads to noisy estimates, sensitivity to the degree of the polynomial, and poor coverage of confidence intervals. We recommend researchers instead use estimators based on local linear or quadratic polynomials or other smooth functions.},
file = {/Users/solomonkurz/Zotero/storage/IZ6XLLYA/Gelman and Imbens - 2019 - Why High-Order Polynomials Should Not Be Used in R.pdf;/Users/solomonkurz/Zotero/storage/PK67RHKK/07350015.2017.html},
journal = {Journal of Business \& Economic Statistics},
number = {3}
}
@article{gemanStochasticRelaxationGibbs1984,
title = {Stochastic Relaxation, {{Gibbs}} Distributions, and the {{Bayesian}} Restoration of Images},
author = {Geman, Stuart and Geman, Donald},
year = {1984},
month = nov,
volume = {PAMI-6},
pages = {721--741},
issn = {1939-3539},
doi = {10.1109/TPAMI.1984.4767596},
url = {https://www.dam.brown.edu/people/documents/stochasticrelaxation.pdf},
abstract = {We make an analogy between images and statistical mechanics systems. Pixel gray levels and the presence and orientation of edges are viewed as states of atoms or molecules in a lattice-like physical system. The assignment of an energy function in the physical system determines its Gibbs distribution. Because of the Gibbs distribution, Markov random field (MRF) equivalence, this assignment also determines an MRF image model. The energy function is a more convenient and natural mechanism for embodying picture attributes than are the local characteristics of the MRF. For a range of degradation mechanisms, including blurring, nonlinear deformations, and multiplicative or additive noise, the posterior distribution is an MRF with a structure akin to the image model. By the analogy, the posterior distribution defines another (imaginary) physical system. Gradual temperature reduction in the physical system isolates low energy states (``annealing''), or what is the same thing, the most probable states under the Gibbs distribution. The analogous operation under the posterior distribution yields the maximum a posteriori (MAP) estimate of the image given the degraded observations. The result is a highly parallel ``relaxation'' algorithm for MAP estimation. We establish convergence properties of the algorithm and we experiment with some simple pictures, for which good restorations are obtained at low signal-to-noise ratios.},
file = {/Users/solomonkurz/Zotero/storage/M4USX4TH/4767596.html},
journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
keywords = {Additive noise,Annealing,Bayesian methods,Deformable models,Degradation,Energy states,Gibbs distribution,image restoration,Image restoration,line process,MAP estimate,Markov random field,Markov random fields,relaxation,scene modeling,spatial degradation,Stochastic processes,Temperature distribution},
number = {6}
}
@book{grafenModernStatisticsLife2002,
title = {Modern Statistics for the Life Sciences},
author = {Grafen, Alan and Hails, Rosie},
year = {2002},
month = may,
publisher = {{Oxford University Press}},
address = {{Oxford, New York}},
url = {https://global.oup.com/academic/product/modern-statistics-for-the-life-sciences-9780199252312?},
abstract = {Model formulae represent a powerful methodology for describing, discussing, understanding, and performing the component of statistical tests known as linear statistics. It was developed for professional statisticians in the 1960s and has become increasingly available as the use of computers has grown and software has advanced. Modern Statistics for Life Scientists puts this methodology firmly within the grasp of undergraduates for the first time. The authors assume a basic knowledge of statistics--up to and including one and two sample t-tests and their non-parametric equivalents. They provide the conceptual framework needed to understand what the method does--but without mathematical proofs--and introduce the ideas in a simple and steady progression with worked examples and exercises at every stage. This innovative text offers students a single conceptual framework for a wide range of tests-including t-tests, oneway and multiway analysis of variance, linear and polynomial regressions, and analysis of covariance-that are usually introduced separately. More importantly, it gives students a language in which they can frame questions and communicate with the computers that perform the analyses. A companion website, www.oup.com/grafenhails, provides a wealth of worked exercises in the three statistical languages; Minitab, SAS, and SPSS. Appropriate for use in statistics courses at undergraduate and graduate levels, Modern Statistics for the Life Sciences is also a helpful resource for students in non-mathematics-based disciplines using statistics, such as geography, psychology, epidemiology, and ecology.},
file = {/Users/solomonkurz/Zotero/storage/9CLZ5C5J/modern-statistics-for-the-life-sciences-9780199252312.html},
isbn = {978-0-19-925231-2}
}
@book{grolemundDataScience2017,
title = {R for Data Science},
author = {Grolemund, Garrett and Wickham, Hadley},
year = {2017},
publisher = {{O'Reilly}},
url = {https://r4ds.had.co.nz}
}
@misc{HadleyPrecisSource,
title = {Hadley/Precis Source: {{R}}/Histospark.{{R}}},
shorttitle = {Hadley/Precis Source},
url = {https://rdrr.io/github/hadley/precis/src/R/histospark.R},
urldate = {2020-05-22},
abstract = {R/histospark.R defines the following functions:},
file = {/Users/solomonkurz/Zotero/storage/WDBQG93J/histospark.html},
language = {en}
}
@book{hastie2009elements,
title = {The Elements of Statistical Learning: Data Mining, Inference, and Prediction},
author = {Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome},
year = {2009},
publisher = {{Springer Science \& Business Media}},
doi = {10.1007/978-0-387-84858-7},
url = {https://link.springer.com/book/10.1007\%2F978-0-387-84858-7}
}
@article{hauerHarmDoneTests2004,
title = {The Harm Done by Tests of Significance},
author = {Hauer, Ezra},
year = {2004},
month = may,
volume = {36},
pages = {495--500},
issn = {00014575},
doi = {10.1016/S0001-4575(03)00036-8},
url = {https://statmodeling.stat.columbia.edu/wp-content/uploads/2013/03/1154-Hauer-The-harm-done-by-tests-of-significance.pdf},
urldate = {2020-05-21},
abstract = {Three historical episodes in which the application of null hypothesis significance testing (NHST) led to the mis-interpretation of data are described. It is argued that the pervasive use of this statistical ritual impedes the accumulation of knowledge and is unfit for use.},
file = {/Users/solomonkurz/Zotero/storage/Y8LYGNMT/Hauer - 2004 - The harm done by tests of significance.pdf},
journal = {Accident Analysis \& Prevention},
language = {en},
number = {3}
}
@book{hayes2017introduction,
title = {Introduction to Mediation, Moderation, and Conditional Process Analysis: {{A}} Regression-Based Approach},
author = {Hayes, Andrew F},
year = {2017},
publisher = {{Guilford publications}},
url = {https://www.guilford.com/books/Introduction-to-Mediation-Moderation-and-Conditional-Process-Analysis/Andrew-Hayes/9781462534654},
isbn = {978-1-4625-3465-4}
}
@article{hedekerApplicationMixedeffectsLocation2008,
title = {An Application of a Mixed-Effects Location Scale Model for Analysis of Ecological Momentary Assessment ({{EMA}}) Data},
author = {Hedeker, Donald and Mermelstein, Robin J. and Demirtas, Hakan},
year = {2008},
month = jun,
volume = {64},
pages = {627--634},
issn = {0006-341X},
doi = {10.1111/j.1541-0420.2007.00924.x},
url = {https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2424261/},
urldate = {2020-08-05},
abstract = {For longitudinal data, mixed models include random subject effects to indicate how subjects influence their responses over repeated assessments. The error variance and the variance of the random effects are usually considered to be homogeneous. These variance terms characterize the within-subjects (i.e., error variance) and between-subjects (i.e., random-effects variance) variation in the data. In studies using ecological momentary assessment (EMA), up to 30 or 40 observations are often obtained for each subject, and interest frequently centers around changes in the variances, both within and between subjects. In this article, we focus on an adolescent smoking study using EMA where interest is on characterizing changes in mood variation. We describe how covariates can influence the mood variances, and also extend the standard mixed model by adding a subject-level random effect to the within-subject variance specification. This permits subjects to have influence on the mean, or location, and variability, or (square of the) scale, of their mood responses. Additionally, we allow the location and scale random effects to be correlated. These mixed-effects location scale models have useful applications in many research areas where interest centers on the joint modeling of the mean and variance structure.},
file = {/Users/solomonkurz/Zotero/storage/WV9YLG3T/Hedeker et al. - 2008 - An Application of a Mixed-Effects Location Scale M.pdf},
journal = {Biometrics},
number = {2},
pmcid = {PMC2424261},
pmid = {17970819}
}
@article{hedekerModelingWithinsubjectVariance2012,
title = {Modeling Between- and within-Subject Variance in Ecological Momentary Assessment ({{EMA}}) Data Using Mixed-Effects Location Scale Models},
author = {Hedeker, Donald and Mermelstein, Robin J. and Demirtas, Hakan},
year = {2012},
month = nov,
volume = {31},
issn = {0277-6715},
doi = {10.1002/sim.5338},
url = {https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3655706/},
urldate = {2020-08-05},
abstract = {Ecological Momentary Assessment (EMA) and/or Experience Sampling (ESM) methods are increasingly used in health studies to study subjective experiences within changing environmental contexts. In these studies, up to thirty or forty observations are often obtained for each subject. Because there are so many measurements per subject, one can characterize a subject's mean and variance, and specify models for both. In this article, we focus on an adolescent smoking study using EMA where interest is on characterizing changes in mood variation. We describe how covariates can influence the mood variances, and also extend the statistical model by adding a subject-level random effect to the within-subject variance specification. This permits subjects to have influence on the mean, or location, and variability, or (square of the) scale, of their mood responses. These mixed-effects location scale models have useful applications in many research areas where interest centers on the joint modeling of the mean and variance structure.},
file = {/Users/solomonkurz/Zotero/storage/62M7KKN5/Hedeker et al. - 2012 - Modeling Between- and Within-Subject Variance in E.pdf},
journal = {Statistics in medicine},
number = {27},
pmcid = {PMC3655706},
pmid = {22419604}
}
@article{hindePrimateMilkProximate2011,
title = {Primate Milk: {{Proximate}} Mechanisms and Ultimate Perspectives},
shorttitle = {Primate Milk},
author = {Hinde, Katie and Milligan, Lauren A.},
year = {2011},
volume = {20},
pages = {9--23},
issn = {1520-6505},
doi = {10.1002/evan.20289},
url = {https://www.researchgate.net/publication/51751742_Primate_milk_Proximate_mechanisms_and_ultimate_perspectives},
urldate = {2020-05-26},
abstract = {To understand the evolutionary forces that have shaped primate lactation strategies, it is important to understand the proximate mechanisms of milk synthesis and their ecological and phylogenetic contexts. The lactation strategy of a species has four interrelated dimensions: the frequency and duration of nursing bouts, the period of lactation until weaning, the number and sex ratio of infants that a mother rears simultaneously, and the composition and yield of the milk that mothers synthesize. Milk synthesis, arguably the most physiologically costly component of rearing infants, remains the least studied. Energy transfer becomes energetically less efficient, transitioning from placental support to milk synthesis1, 2 just as the energy requirements for infant growth, development, and behavioral activity substantially increase. Here we review primate lactation biology and milk synthesis, integrating studies from anthropology, biology, nutrition, animal science, immunology, and biochemistry, to identify the derived and ancestral features of primate milks and enhance our understanding of primate life history.},
copyright = {Copyright \textcopyright{} 2011 Wiley Periodicals, Inc.},
file = {/Users/solomonkurz/Zotero/storage/7YIU3Z5X/evan.html},
journal = {Evolutionary Anthropology: Issues, News, and Reviews},
keywords = {infant development,lactation,life history,maternal investment,reproductive ecology},
language = {en},
number = {1}
}
@book{hoffmanLongitudinalAnalysisModeling2015,
title = {Longitudinal Analysis: {{Modeling}} within-Person Fluctuation and Change},
author = {Hoffman, Lesa},
year = {2015},
edition = {1 edition},
publisher = {{Routledge}},
address = {{New York}},
url = {https://www.routledge.com/Longitudinal-Analysis-Modeling-Within-Person-Fluctuation-and-Change/Hoffman/p/book/9780415876025},
abstract = {Longitudinal Analysis provides an accessible, application-oriented treatment of introductory and advanced linear models for within-person fluctuation and change. Organized by research design and data type, the text uses in-depth examples to provide a complete description of the model-building process. The core longitudinal models and their extensions are presented within a multilevel modeling framework, paying careful attention to the modeling concerns that are unique to longitudinal data. Written in a conversational style, the text provides verbal and visual interpretation of model equations to aid in their translation to empirical research results. Overviews and summaries, boldfaced key terms, and review questions will help readers synthesize the key concepts in each chapter. Written for non-mathematically-oriented readers, this text features: A description of the data manipulation steps required prior to model estimation so readers can more easily apply the steps to their own data An emphasis on how the terminology, interpretation, and estimation of familiar general linear models relates to those of more complex models for longitudinal data Integrated model comparisons, effect sizes, and statistical inference in each example to strengthen readers' understanding of the overall model-building process Sample results sections for each example to provide useful templates for published reports Examples using both real and simulated data in the text, along with syntax and output for SPSS, SAS, STATA, and Mplus at www.PilesOfVariance.com to help readers apply the models to their own data The book opens with the building blocks of longitudinal analysis\rule{1em}{1pt}general ideas, the general linear model for between-person analysis, and between- and within-person models for the variance and the options within repeated measures analysis of variance. Section 2 introduces unconditional longitudinal models including alternative covariance structure models to describe within-person fluctuation over time and random effects models for within-person change. Conditional longitudinal models are presented in section 3, including both time-invariant and time-varying predictors. Section 4 reviews advanced applications, including alternative metrics of time in accelerated longitudinal designs, three-level models for multiple dimensions of within-person time, the analysis of individuals in groups over time, and repeated measures designs not involving time. The book concludes with additional considerations and future directions, including an overview of sample size planning and other model extensions for non-normal outcomes and intensive longitudinal data. Class-tested at the University of Nebraska-Lincoln and in intensive summer workshops, this is an ideal text for graduate-level courses on longitudinal analysis or general multilevel modeling taught in psychology, human development and family studies, education, business, and other behavioral, social, and health sciences. The book's accessible approach will also help those trying to learn on their own. Only familiarity with general linear models (regression, analysis of variance) is needed for this text.},
isbn = {978-0-415-87602-5},
language = {English}
}
@book{howell2001demography,
title = {Demography of the Dobe! {{Kung}}},
author = {Howell, Nancy},
year = {2001},
edition = {2nd Edition},
publisher = {{Routledge}},
url = {https://www.routledge.com/Demography-of-the-Dobe-Kung/Howell/p/book/9780202306490},
isbn = {978-0-202-30649-0}
}
@book{howell2010life,
title = {Life Histories of the {{Dobe}}! {{Kung}}: Food, Fatness, and Well-Being over the Life Span},
author = {Howell, Nancy},
year = {2010},
volume = {4},
publisher = {{Univ of California Press}},
url = {https://www.ucpress.edu/book/9780520262348/life-histories-of-the-dobe-kung},
isbn = {978-0-520-26234-8}
}
@misc{kayExtractingVisualizingTidy2020,
title = {Extracting and Visualizing Tidy Draws from Brms Models},
author = {Kay, Matthew},
year = {2020},
month = apr,
url = {https://mjskay.github.io/tidybayes/articles/tidy-brms.html},
urldate = {2020-05-17},
abstract = {tidybayes},
file = {/Users/solomonkurz/Zotero/storage/NT83AM3T/tidy-brms.html},
language = {en}
}
@misc{kayMarginalDistributionSingle2020,
title = {Marginal Distribution of a Single Correlation from an {{LKJ}} Distribution},
author = {Kay, Matthew},
year = {2020},
url = {https://mjskay.github.io/ggdist/reference/lkjcorr_marginal.html},
urldate = {2020-07-29},
abstract = {Marginal distribution for the correlation in a single cell from a correlation
matrix distributed according to an LKJ distribution.},
file = {/Users/solomonkurz/Zotero/storage/2TMG4ARE/lkjcorr_marginal.html},
language = {en}
}
@article{kennedyKnowYourPopulation2020,
title = {Know Your Population and Know Your Model: {{Using}} Model-Based Regression and Poststratification to Generalize Findings beyond the Observed Sample},
shorttitle = {Know Your Population and Know Your Model},
author = {Kennedy, Lauren and Gelman, Andrew},
year = {2020},
month = apr,
url = {http://arxiv.org/abs/1906.11323},
urldate = {2020-07-28},
abstract = {Psychology research focuses on interactions, and this has deep implications for inference from non-representative samples. For the goal of estimating average treatment effects, we propose to fit a model allowing treatment to interact with background variables and then average over the distribution of these variables in the population. This can be seen as an extension of multilevel regression and poststratification (MRP), a method used in political science and other areas of survey research, where researchers wish to generalize from a sparse and possibly non-representative sample to the general population. In this paper, we discuss areas where this method can be used in the psychological sciences. We use our method to estimate the norming distribution for the Big Five Personality Scale using open source data. We argue that large open data sources like this and other collaborative data sources can be combined with MRP to help resolve current challenges of generalizability and replication in psychology.},
archivePrefix = {arXiv},
eprint = {1906.11323},
eprinttype = {arxiv},
file = {/Users/solomonkurz/Zotero/storage/6HFKVVBX/Kennedy and Gelman - 2020 - Know your population and know your model Using mo.pdf;/Users/solomonkurz/Zotero/storage/8HSAKEKD/1906.html},
journal = {arXiv:1906.11323 [stat]},
keywords = {Statistics - Applications},
primaryClass = {stat}
}
@article{kievitSimpsonParadoxPsychological2013,
title = {Simpson's Paradox in Psychological Science: A Practical Guide},
shorttitle = {Simpson's Paradox in Psychological Science},
author = {Kievit, Rogier and Frankenhuis, Willem Eduard and Waldorp, Lourens and Borsboom, Denny},
year = {2013},
volume = {4},
publisher = {{Frontiers}},
issn = {1664-1078},
doi = {10.3389/fpsyg.2013.00513},
url = {https://www.frontiersin.org/articles/10.3389/fpsyg.2013.00513/full},
urldate = {2020-06-17},
abstract = {The direction of an association at the population-level may be reversed within the subgroups comprising that population\textemdash a striking observation called Simpson's paradox. When facing this pattern, psychologists often view it as anomalous. Here, we argue that Simpson's paradox is more common than conventionally thought, and typically results in incorrect interpretations \textendash{} potentially with harmful consequences. We support this claim by drawing on empirical results from cognitive neuroscience, behavior genetics, psychopathology, personality psychology, educational psychology, intelligence research, and simulation studies. We show that Simpson's Paradox is most likely to occur when inferences are drawn across different levels of explanation (e.g., from populations to subgroups, or subgroups to individuals). We propose a set of statistical markers indicative of the paradox, and offer psychometric solutions for dealing with the paradox when encountered\textemdash including a toolbox in R for detecting Simpson's Paradox. We show that explicit modeling of situations in which the paradox might occur not only prevents incorrect interpretations of data, but also results in a deeper understanding of what data tell us about the world.},
file = {/Users/solomonkurz/Zotero/storage/2DI5JTLT/Kievit et al. - 2013 - Simpson's paradox in psychological science a prac.pdf},
journal = {Frontiers in Psychology},
keywords = {ecological fallacy,Measurement,Paradox,Reductionism,simpson's paradox,statistical inference},
language = {English}
}
@article{klinePopulationSizePredicts2010,
title = {Population Size Predicts Technological Complexity in {{Oceania}}},
author = {Kline, Michelle A. and Boyd, Robert},
year = {2010},
month = aug,
volume = {277},
pages = {2559--2564},
publisher = {{Royal Society}},
doi = {10.1098/rspb.2010.0452},
url = {https://royalsocietypublishing.org/doi/full/10.1098/rspb.2010.0452},
urldate = {2020-06-17},
abstract = {Much human adaptation depends on the gradual accumulation of culturally transmitted knowledge and technology. Recent models of this process predict that large, well-connected populations will have more diverse and complex tool kits than small, isolated populations. While several examples of the loss of technology in small populations are consistent with this prediction, it found no support in two systematic quantitative tests. Both studies were based on data from continental populations in which contact rates were not available, and therefore these studies do not provide a test of the models. Here, we show that in Oceania, around the time of early European contact, islands with small populations had less complicated marine foraging technology. This finding suggests that explanations of existing cultural variation based on optimality models alone are incomplete because demography plays an important role in generating cumulative cultural adaptation. It also indicates that hominin populations with similar cognitive abilities may leave very different archaeological records, a conclusion that has important implications for our understanding of the origin of anatomically modern humans and their evolved psychology.},
file = {/Users/solomonkurz/Zotero/storage/674ZLAYD/Kline and Boyd - 2010 - Population size predicts technological complexity .pdf;/Users/solomonkurz/Zotero/storage/XYKLTPSX/rspb.2010.html},
journal = {Proceedings of the Royal Society B: Biological Sciences},
number = {1693}
}
@article{kosterFoodSharingNetworks2014,
title = {Food Sharing Networks in Lowland {{Nicaragua}}: {{An}} Application of the Social Relations Model to Count Data},
shorttitle = {Food Sharing Networks in Lowland {{Nicaragua}}},
author = {Koster, Jeremy M. and Leckie, George},
year = {2014},
month = jul,
volume = {38},
pages = {100--110},
issn = {0378-8733},
doi = {10.1016/j.socnet.2014.02.002},
url = {https://www.researchgate.net/profile/Jeremy_Koster/publication/261764179_Food_sharing_networks_in_lowland_Nicaragua_An_application_of_the_social_relations_model_to_count_data/links/5c413437299bf12be3d04539/Food-sharing-networks-in-lowland-Nicaragua-An-application-of-the-social-relations-model-to-count-data.pdf},
urldate = {2020-08-01},
abstract = {Previous research on food sharing in small-scale societies provides support for multiple evolutionary hypotheses, but evolutionary anthropologists have devoted relatively little attention to the broader relational context of inter-household transfers of food. The present research observes transfers of meat over a yearlong period among 25 households of indigenous Mayangna and Miskito horticulturalists in Nicaragua. To analyze these data, we extend the multilevel formulation of the social relations model to count data, namely the number of portions of meat exchanged between households. Along with other covariates, we examine the effect of an ``association index,'' which reflects the amount of time that households interact with one another. The association index exhibits a positive effect on sharing, and our overall results indicate that food sharing networks largely correspond to kin-based networks of social interaction, suggesting that food sharing is embedded in broader social relationships between households. We discuss possible extensions of our methodological approach, as appropriate for research on food sharing and social network analysis more broadly.},
file = {/Users/solomonkurz/Zotero/storage/4KUGED2E/Koster and Leckie - 2014 - Food sharing networks in lowland Nicaragua An app.pdf;/Users/solomonkurz/Zotero/storage/H6X59WZN/S0378873314000148.html},
journal = {Social Networks},
keywords = {Association networks,Behavioral ecology,Cooperation,Count data,Multilevel model,Social relations model},
language = {en}
}
@book{kruschkeDoingBayesianData2015,
title = {Doing {{Bayesian}} Data Analysis: {{A}} Tutorial with {{R}}, {{JAGS}}, and {{Stan}}},
author = {Kruschke, John K.},
year = {2015},
publisher = {{Academic Press}},
url = {https://sites.google.com/site/doingbayesiandataanalysis/}
}
@article{kullbackInformationSufficiency1951,
title = {On Information and Sufficiency},
author = {Kullback, S. and Leibler, R. A.},
year = {1951},
month = mar,
volume = {22},
pages = {79--86},
publisher = {{Institute of Mathematical Statistics}},
issn = {0003-4851, 2168-8990},
doi = {10.1214/aoms/1177729694},
url = {https://projecteuclid.org/euclid.aoms/1177729694},
urldate = {2020-06-01},
abstract = {Project Euclid - mathematics and statistics online},
file = {/Users/solomonkurz/Zotero/storage/ZRSE9FMG/Kullback and Leibler - 1951 - On Information and Sufficiency.pdf;/Users/solomonkurz/Zotero/storage/QVXJE6S9/1177729694.html},
journal = {Annals of Mathematical Statistics},
language = {EN},
mrnumber = {MR39968},
number = {1},
zmnumber = {0042.38403}
}
@book{kurzDoingBayesianData2020,
title = {Doing {{Bayesian}} Data Analysis in Brms and the Tidyverse},
author = {Kurz, A. Solomon},
year = {2020},
month = may,
edition = {version 0.2.0},
url = {https://bookdown.org/content/3686/},
urldate = {2020-05-22},
abstract = {This project is an attempt to re-express the code in Kruschke's (2015) textbook. His models are re-fit in brms, plots are redone with ggplot2, and the general data wrangling code predominantly follows the tidyverse style.},
file = {/Users/solomonkurz/Zotero/storage/UKHWZ73Z/3686.html}
}
@book{kurzRecodingIntroductionMediation2019,
title = {Recoding {{Introduction}} to Mediation, Moderation, and Conditional Process Analysis},
author = {Kurz, A. Solomon},
year = {2019},
month = dec,
edition = {version 1.1.0},
doi = {10.5281/zenodo.3589999},
url = {https://bookdown.org/ajkurz/recoding_Hayes_2018/},
urldate = {2020-06-10},
abstract = {This project is an effort to connect his Hayes's conditional process analysis work with the Bayesian paradigm. Herein I refit his models with my favorite R package for Bayesian regression, B\"urkner's brms, and use the tidyverse for data manipulation and plotting.},
file = {/Users/solomonkurz/Zotero/storage/IKVQT47J/recoding_Hayes_2018.html}
}
@book{kurzStatisticalRethinkingBrms2020,
title = {Statistical Rethinking with Brms, Ggplot2, and the Tidyverse},
author = {Kurz, A. Solomon},
year = {2020},
month = mar,
edition = {version 1.1.0},
doi = {10.5281/zenodo.3693202},
url = {https://bookdown.org/content/3890/},
urldate = {2020-05-16},
abstract = {This project is an attempt to re-express the code in McElreath's textbook. His models are re-fit in brms, plots are redone with ggplot2, and the general data wrangling code predominantly follows the tidyverse style.},
file = {/Users/solomonkurz/Zotero/storage/MTCXZRHZ/3890.html}
}
@book{leglerBroadeningYourStatistical2019,
title = {Broadening Your Statistical Horizons: {{Generalized}} Linear Models and Multilevel Models},
author = {Legler, Julie and Roback, Paul},
year = {2019},
url = {https://bookdown.org/roback/bookdown-bysh/}
}
@misc{LongitudinalAnalysisModeling,
title = {Longitudinal {{Analysis}}: {{Modeling Within}}-{{Person Fluctuation}} and {{Change}}},
shorttitle = {Longitudinal {{Analysis}}},
url = {https://www.routledge.com/Longitudinal-Analysis-Modeling-Within-Person-Fluctuation-and-Change/Hoffman/p/book/9780415876025},
urldate = {2020-08-06},
abstract = {Longitudinal Analysis provides an accessible, application-oriented treatment of introductory and advanced linear models for within-person fluctuation and change. Organized by research design and data type, the text uses in-depth examples to provide a complete description of the model-building process. The core longitudinal models and their extensions are presented within a multilevel modeling framework, paying careful attention to the modeling concerns that are unique to longitudinal data. Writt},
journal = {Routledge \& CRC Press},
language = {en}
}