-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathreferences.bib
More file actions
1790 lines (1624 loc) · 58.8 KB
/
references.bib
File metadata and controls
1790 lines (1624 loc) · 58.8 KB
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{
parsonsCommunitysourcedGlossaryOpen2022,
title={A community-sourced glossary of {open} {scholarship} terms},
volume={6},
ISSN={2397-3374},
url={https://www.nature.com/articles/s41562-021-01269-4},
DOI={10.1038/s41562-021-01269-4},
number={3},
journal={Nature Human Behaviour},
author={Parsons, Sam and Azevedo, Flávio and Elsherif, Mahmoud M. and Guay, Samuel and Shahim, Owen N. and Govaart, Gisela H. and Norris, Emma and O’Mahony, Aoife and Parker, Adam J. and Todorovic, Ana and et al.},
year={2022},
month={Mar},
pages={312–318} }
@misc{
LibreOffice2024,
title={LibreOffice},
url={https://en.wikipedia.org/w/index.php?title=LibreOffice&oldid=1218520104},
note={Page Version ID: 1218520104},
journal={Wikipedia},
year={2024},
month={Apr} }
@book{
silgeJaneaustenrJaneAusten2022,
title={janeaustenr: Jane {Austen}’s complete novels},
url={https://CRAN.R-project.org/package=janeaustenr},
author={Silge, Julia},
note={(12 March, 2026)},
year={2022} }
@book{
rcoreteamLanguageEnvironmentStatistical2024,
address={Vienna, Austria},
title={R: A Language and Environment for Statistical Computing},
url={https://www.R-project.org/},
note={tex.organization: R Foundation for Statistical Computing},
institution={R Foundation for Statistical Computing},
author={R Core Team, },
year={2024} }
@article{
schimkeFirstLanguageInfluence2018,
title={First Language Influence on Second Language Offline and Online Ambiguous Pronoun Resolution},
volume={68},
ISSN={1467-9922},
url={https://onlinelibrary.wiley.com/doi/abs/10.1111/lang.12293},
DOI={10.1111/lang.12293},
note={_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/lang.12293},
number={3},
journal={Language Learning},
author={Schimke, Sarah and de la Fuente, Israel and Hemforth, Barbara and Colonna, Saveria},
year={2018},
pages={744–779} }
@book{
douglasIntroduction2024,
title={An Introduction to {R}},
url={https://intro2r.com/},
author={Douglas, Alex and Roos, Deon and Mancini, Francesca and Lusseau, David},
note={(10 March, 2026.)},
year={2026} }
@article{
ziemannGeneNameErrors2016,
title={Gene name errors are widespread in the scientific literature},
volume={17},
ISSN={1474-760X},
url={https://doi.org/10.1186/s13059-016-1044-7},
DOI={10.1186/s13059-016-1044-7},
number={177},
journal={Genome Biology},
author={Ziemann, Mark and Eren, Yotam and El-Osta, Assam},
year={2016},
month={Aug}, }
@article{
abeysooriyaGeneNameErrors2021,
title={Gene name errors: Lessons not learned},
volume={17},
ISSN={1553-7358},
url={https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1008984},
DOI={10.1371/journal.pcbi.1008984},
number={7},
journal={PLOS Computational Biology},
author={Abeysooriya, Mandhri and Soria, Megan and Kasu, Mary Sravya and Ziemann, Mark},
year={2021},
month={Jul},
pages={e1008984} }
@misc{
schweinbergerDataManagementVersion2022,
title={Data management, version control, and reproducibility},
url={https://ladal.edu.au/repro.html},
author={Schweinberger, Martin},
date={2022},
note={(12 March, 2026)},
month={Oct} }
@book{
dauberNonProgrammersGuideSocial,
title={R for Non-Programmers: A Guide for Social Scientists},
url={https://bookdown.org/daniel_dauber_io/r4np_book/},
note={(10 March, 2026.)},
author={Dauber, Daniel} }
@inbook{
AnthonyProgrammingCorpusLinguistics2020,
address={Cham},
title={Programming for Corpus Linguistics},
ISBN={978-3-030-46216-1},
url={https://doi.org/10.1007/978-3-030-46216-1_9},
DOI={10.1007/978-3-030-46216-1_9},
booktitle={A Practical Handbook of Corpus Linguistics},
publisher={Springer International Publishing},
author={Anthony, Laurence},
editor={Paquot, Magali and Gries, Stefan Th.},
year={2020},
pages={181–207} }
@book{
dauberNonProgrammersGuideSocial2024,
title={R for Non-Programmers: A Guide for Social Scientists},
url={https://bookdown.org/daniel_dauber_io/r4np_book/},
publisher={Open Education Resource},
author={Dauber, Daniel},
year={2024} }
@phdthesis{
LeFollTextbookEnglishCorpusBased2022,
address={Osnabrück, Germany},
title={{Textbook} {English}: A Corpus-Based Analysis of the Language of EFL textbooks used in Secondary Schools in {France}, {Germany} and {Spain}},
url={https://doi.org/10.48693/278},
school={Osnabrück University},
author={Le Foll, Elen},
year={2022},
month={Mar} }
@article{
pratRelatingNaturalLanguage2020,
title={Relating Natural Language Aptitude to Individual Differences in Learning Programming Languages},
volume={10},
ISSN={2045-2322},
url={https://www.nature.com/articles/s41598-020-60661-8},
DOI={10.1038/s41598-020-60661-8},
number={1},
journal={Scientific Reports},
author={Prat, Chantel S. and Madhyastha, Tara M. and Mottarella, Malayka J. and Kuo, Chu-Hsuan},
year={2020},
month={Mar}, }
@article{
DabrowskaExperienceAptitudeIndividual2019,
title={Experience, Aptitude, and Individual Differences in Linguistic Attainment: A Comparison of Native and Nonnative Speakers},
volume={69},
ISSN={1467-9922},
url={https://onlinelibrary.wiley.com/doi/abs/10.1111/lang.12323},
DOI={10.1111/lang.12323},
note={_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/lang.12323},
number={S1},
journal={Language Learning},
author={Dąbrowska, Ewa},
year={2019},
pages={72–100} }
@book{
bryanLetGitStarted,
title={Let’s {Git} started: Happy {Git} and {GitHub} for the useR},
url={https://happygitwithr.com/},
year={n.d.},
publisher={Open Education Resource},
note={(10 March, 2026.)},
author={Bryan, Jennifer} }
@article{
busterudVerbPlacementL32023,
title={Verb placement in L3 French and L3 German: The role of language-internal factors in determining cross-linguistic influence from prior languages},
volume={13},
ISSN={1879-9264, 1879-9272},
url={https://www.jbe-platform.com/content/journals/10.1075/lab.22058.bus},
DOI={10.1075/lab.22058.bus},
number={5},
journal={Linguistic Approaches to Bilingualism},
author={Busterud, Guro and Dahl, Anne and Kush, Dave and Listhaug, Kjersti Faldet},
year={2023},
month={Nov},
pages={693–716} }
@misc{busterudReplicationDataVerb2023,
title = {Replication data for Verb placement in L3 French and L3 German: The role of language-internal factors in determining cross-linguistic influence form prior languages},
author = {Busterud, Guro and Dahl, Anne and Kush, Dave and Listhaug, Kjersti Faldet},
doi = {10.18710/JBMAPT},
langid = {en}
}
@misc{
bryanProjectorientedWorkflow2017,
title={Project-oriented workflow},
url={https://www.tidyverse.org/blog/2017/12/workflow-vs-script/},
journal={Tidyverse.org},
author={Bryan, Jenny},
year={2017},
note={(10 March, 2026.)},
month={Dec} }
@misc{
WhyShouldUse,
title={Why should I use the here package when I’m already using projects? - Malcolm Barrett},
url={https://malco.io/articles/2018-11-05-why-should-i-use-the-here-package-when-i-m-already-using-projects} }
note={(10 March, 2026.)},
@misc{
barrettWhyShouldUse2018,
title={Why should {I} use the here package when {I}’m already using projects?},
url={https://malco.io/articles/2018-11-05-why-should-i-use-the-here-package-when-i-m-already-using-projects},
author={Barrett, Malcolm},
year={2018},
month={Nov} }
@article{
lausbergCodingGesturalBehavior2009,
title={Coding gestural behavior with the NEUROGES-ELAN system},
volume={41},
ISSN={1554-3528},
url={https://doi.org/10.3758/BRM.41.3.841},
DOI={10.3758/BRM.41.3.841},
number={3},
journal={Behavior Research Methods},
author={Lausberg, Hedda and Sloetjes, Han},
year={2009},
month={Aug},
pages={841–849} }
@article{
lausbergCodingGesturalBehavior2009,
title={Coding gestural behavior with the NEUROGES-ELAN system},
volume={41},
ISSN={1554-3528},
url={https://doi.org/10.3758/BRM.41.3.841},
DOI={10.3758/BRM.41.3.841},
number={3},
journal={Behavior Research Methods},
author={Lausberg, Hedda and Sloetjes, Han},
year={2009},
month={Aug},
pages={841–849} }
@misc{
IRIS2011,
title={IRIS},
url={https://iris-database.org/},
author={iris-database.org},
note={(12 March, 2026)} }
@misc{
alvinashcraftMaximumPathLength2022,
title={Maximum Path Length Limitation},
url={https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation},
journal={Learn Microsoft},
author={{Learn Microsoft}},
year={2022},
note={(10 March, 2026.)},
month={Jul} }
@article{
theturingwaycommunityTuringWayHandbook2022,
title={The {Turing} {Way}: A handbook for reproducible, ethical and collaborative research (1.0.2)},
url={https://book.the-turing-way.org/reproducible-research/open/open-access.html},
DOI={10.5281/zenodo.3233853},
publisher={Zenodo},
author={The Turing Way Community,},
note={(12 March, 2026)},
year={2022} }
@book{
berez-kroekerOpenHandbookLinguistic2022,
title={The {Open} {Handbook} of {Linguistic} {Data} {Management}},
url={https://direct.mit.edu/books/book/5244/The-Open-Handbook-of-Linguistic-Data-Management},
DOI={10.7551/mitpress/12200.001.0001},
publisher={MIT Press},
author={Berez-Kroeker, Andrea L. and McDonnell, Bradley and Koller, Eve and Collister, Lauren B.},
year={2022},
month={Jan} }
@misc{
alhazmiVisualInterpretationStandard2020,
title={A visual interpretation of the standard deviation},
url={https://medium.com/data-science/a-visual-interpretation-of-the-standard-deviation-30f4676c291c},
journal={Medium},
author={Alhazmi, Fahd},
year={2020},
note={(10 March, 2026.)},
month={Jan} }
@book{
BrezinaStatisticsCorpusLinguistics2018,
address={Cambridge},
title={Statistics in Corpus Linguistics: A Practical Guide},
ISBN={978-1-316-41089-9 978-1-107-12570-4 978-1-107-56524-1},
DOI={10.1017/9781316410899},
publisher={Cambridge University Press},
author={Brezina, Vaclav},
year={2018},
month={Sep} }
@misc{
horstOpenscapesTidyData2020,
title={Openscapes - {Tidy} data for efficiency, reproducibility, and collaboration},
url={https://openscapes.org/blog/2020-10-12-tidy-data/},
author={Lowndes, Julie and Horst, Allison},
year={2020},
note={(12 March, 2026)},
month={Oct} }
@misc{
TidyMessyData,
title={Tidy Messy Data},
author={Wickham, Hadley and Vaughan, Davis and Girlich, Maximilian},
year={2025},
url={https://tidyr.tidyverse.org/} }
@book{wilkinsonGrammarGraphics2005,
title = {The {Grammar} of {Graphics}},
author = {Wilkinson, Leland},
year = {2005},
edition = {2. edn.},
date = {2005},
publisher = {Springer},
series = {Statistics and Computing},
doi = {10.1007/0-387-28695-0},
url = {http://link.springer.com/10.1007/0-387-28695-0},
note = {DOI: 10.1007/0-387-28695-0},
address = {New York},
langid = {en}
}
@book{Wickhamggplot2Elegantgraphics2016,
author = {Hadley Wickham},
title = {ggplot2: Elegant Graphics for Data Analysis},
publisher = {Springer-Verlag New York},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}
@book{
garnierSjmgarnierViridisCRAN2023,
title={sjmgarnier/viridis: CRAN release v0.6.3},
url={https://zenodo.org/record/4679423},
DOI={10.5281/ZENODO.4679423},
publisher={Zenodo},
author={Garnier, Simon and Ross, Noam and BoB Rudis and Filipovic-Pierucci, Antoine and Galili, Tal and Timelyportfolio and O’Callaghan, Alan and Greenwell, Brandon and Sievert, Carson and Harris, David J. and et al.},
year={2023},
note={(10 March, 2026.)},
month={May} }
@book{
ouColorBlindnessSafeColor2021,
title={colorBlindness: Safe color set for color blindness},
url={https://CRAN.R-project.org/package=colorBlindness},
author={Ou, Jianhong},
note={(12 March, 2026)},
year={2021} }
@book{
hvitfeldtPaletteerComprehensiveCollection2021,
title={paletteer: Comprehensive collection of color palettes},
url={https://github.com/EmilHvitfeldt/paletteer},
author={Hvitfeldt, Emil and et al.},
year={2021} }
@Manual{
stringr2025,
title = {stringr: Simple, Consistent Wrappers for Common String Operations},
author = {Hadley Wickham},
year = {2025},
note = {R package version 1.6.0},
url = {https://CRAN.R-project.org/package=stringr},
doi = {10.32614/CRAN.package.stringr},
}
@inbook{
vanhulleCategoryThrowVerbs2024,
title={The category of throw verbs as productive source of the Spanish inchoative construction},
sorttitle ={VanHulle2024a},
ISBN={978-3-11-124814-1},
url={https://www.degruyter.com/document/doi/10.1515/9783111248141-009/html},
DOI={10.1515/9783111248141-009},
booktitle={Romance motion verbs in language change},
publisher={De Gruyter},
author={Van Hulle, Sven and Enghels, Renata},
editor={Pfadenhauer, Katrin and Wiesinger, Evelyn},
year={2024},
pages={213–240} }
@misc{
vanhulleReplicationDataCategory2024,
title={TROLLing Replication Data for: “The category of throw verbs as productive source of the Spanish inchoative construction. DataverseNO, V1.”},
sorttitle ={VanHulle2024b},
url={https://dataverse.no/dataset.xhtml?persistentId=doi:10.18710/TR2PWJ},
DOI={10.18710/TR2PWJ},
year={2024},
author={Van Hulle, Sven and Enghels, Renata} }
@inbook{
stefanowitschCorpusbasedPerspectiveEntrenchment2017,
address={Washington},
title={The corpus-based perspective on entrenchment},
ISBN={978-3-11-034130-0 978-3-11-034142-3},
url={https://content.apa.org/books/15969-006},
DOI={10.1037/15969-006},
booktitle={Entrenchment and the psychology of language learning: How we reorganize and adapt linguistic knowledge},
publisher={De Gruyter},
author={Stefanowitsch, Anatol and Flach, Susanne},
editor={Schmid, Hans-Jörg},
year={2017},
pages={101–127} }
@article{fricke2024semantic,
title={Semantic differences in visually similar face emojis},
author={Fricke, Lea and Grosz, Patrick G. and Scheffler, Tatjana},
journal={Language and Cognition},
pages={1433–-1447},
year={2024},
publisher={Cambridge University Press},
doi={10.1017/langcog.2024.12}
}
@article{fugate2021implications,
title={Implications for emotion: Using anatomically based facial coding to compare emoji faces across platforms},
author={Fugate, Jennifer M. B. and Franco, Courtny L.},
journal={Frontiers in Psychology},
volume={12},
year={2021},
publisher={Frontiers Media SA},
doi={10.3389/fpsyg.2021.605928}
}
@article{maier2023emojis,
title={Emojis as pictures},
author={Maier, Emar},
year={2023},
journal={Ergo},
volume={10},
doi={10.3998/ergo.4641},
note={(12 March, 2026)}
}
@article{grosz2023semantics,
title={A semantics of face emoji in discourse},
author={Grosz, Patrick Georg and Greenberg, Gabriel and De Leon, Christian and Kaiser, Elsi},
journal={Linguistics and Philosophy},
volume={46},
number={4},
pages={905--957},
year={2023},
doi={10.1007/s10988-022-09369-8}
}
@article{ekman1978facial,
title={Facial action coding system},
author={Ekman, Paul and Friesen, Wallace V},
journal={Environmental Psychology \& Nonverbal Behavior},
year={1978},
doi={10.1037/t27734-000}
}
@Manual{pedersen2024patchwork,
title = {patchwork: The {Composer} of {Plots}},
author = {Thomas Lin Pedersen},
note = {R package version 1.2.0.9000, https://github.com/thomasp85/patchwork},
url = {https://patchwork.data-imaginist.com},
note={(12 March, 2026)},
}
@Manual{wickham2024emoji,
title = {emo: Easily Insert 'Emoji'},
author = {Hadley Wickham and et al.},
year = {2024},
note = {R package version 0.0.0.9000, commit 3f03b11491ce3d6fc5601e210927eff73bf8e350},
url = {https://github.com/hadley/emo},
}
@Manual{pedersen2024ragg,
title = {ragg: Graphic Devices Based on AGG},
author = {Thomas Lin Pedersen and Maxim Shemanarev},
note = {R package version 1.3.2, https://github.com/r-lib/ragg},
url = {https://ragg.r-lib.org},
note={(12 March, 2026)},
}
@article{neuwirth2022package,
title={Package ‘RColorBrewer’},
author={Neuwirth, Erich},
year={2022},
url={https://cran.r-project.org/web/packages/RColorBrewer/RColorBrewer.pdf}
}
@article{scheffler2024affective,
title={Affective, semantic, frequency, and descriptive norms for 107 face emojis},
author={Scheffler, Tatjana and Nenchev, Ivan},
journal={Behavior Research Methods},
pages={1--22},
year={2024},
doi={10.3758/s13428-024-02444-x}
}
@article{pfeifer2022all,
title={Do all facial emojis communicate emotion? The impact of facial emojis on perceived sender emotion and text processing},
author={Pfeifer, Valeria A and Armstrong, Emma L and Lai, Vicky Tzuyin},
journal={Computers in Human Behavior},
volume={126},
year={2022},
doi={10.1016/j.chb.2021.107016}
}
@book{
pfadenhauerRomanceMotionVerbs2024,
title={Romance motion verbs in language change: Grammar, lexicon, discourse},
ISBN={978-3-11-124814-1},
url={https://www.degruyter.com/document/doi/10.1515/9783111248141/html},
DOI={10.1515/9783111248141},
publisher={De Gruyter},
editor={Pfadenhauer, Katrin and Wiesinger, Evelyn},
year={2024},
month={Jul} }
@article{
griesStatisticalMeasuresUsageBased2015,
title={Statistical Measures for Usage-Based Linguistics},
volume={65},
ISSN={1467-9922},
url={https://onlinelibrary.wiley.com/doi/abs/10.1111/lang.12119},
DOI={10.1111/lang.12119},
note={_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/lang.12119},
number={S1},
journal={Language Learning},
author={Gries, Stefan Th. and Ellis, Nick C.},
year={2015},
pages={228–255} }
@book{
griesStatisticsLinguisticsPractical2021,
address={Berlin/Boston},
edition={3. edn.},
series={Mouton {T}extbook},
title={Statistics for linguistics with {R}: a practical introduction},
ISBN={978-3-11-071816-4},
publisher={de Gruyter Mouton},
author={Gries, Stefan Th.},
year={2021},
doi={10.1515/9783110718256},
collection={De Gruyter Mouton textbook} }
@book{
winterStatisticsLinguistsIntroduction2020,
address={New York},
title={Statistics for Linguists: An Introduction Using {R}},
ISBN={978-1-315-16554-7},
DOI={10.4324/9781315165547},
publisher={Routledge},
author={Winter, Bodo},
year={2019} }
@book{
LevshinaHowlinguisticsData2015,
address={Amsterdam},
title={How to do linguistics with {R}: Data exploration and statistical analysis},
ISBN={90-272-6845-2},
publisher={John Benjamins},
author={Levshina, Natalia},
doi={10.1075/z.195},
year={2015} }
@book{
DesagulierCorpusLinguisticsStatistics2017,
address={Cham},
series={Quantitative Methods in the Humanities and Social Sciences},
title={Corpus Linguistics and Statistics with {R}: Introduction to Quantitative Methods in Linguistics},
ISBN={978-3-319-64570-4 978-3-319-64572-8},
note={You can download a zipped archive (CLSR.zip for “Corpus Linguistics and Statistics with R”) from http://extras.springer.com/2018/978-3-319-64570-4.},
publisher={Springer International Publishing},
author={Desagulier, Guillaume},
year={2017},
collection={Quantitative Methods in the Humanities and Social Sciences} }
@article{
clevelandGraphicalPerceptionVisual1987,
title={Graphical Perception: The Visual Decoding of Quantitative Information on Graphical Displays of Data},
volume={150},
ISSN={2397-2327},
url={https://onlinelibrary.wiley.com/doi/abs/10.2307/2981473},
DOI={10.2307/2981473},
note={_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.2307/2981473},
number={3},
journal={Journal of the Royal Statistical Society: Series A (General)},
author={Cleveland, William S. and McGill, Robert},
year={1987},
pages={192–210} }
@article{
fewPiesDessert,
title={Save the Pies for Dessert},
url={http://www.perceptualedge.com/articles/08-21-07.pdf},
journal={Visual Business Intelligence Newsletter},
year={2007},
publisher={perceptual edge},
author={Few, Stephen} }
@article{bochynskaReproducibleResearchPractices2023a,
title = {Reproducible research practices and transparency across linguistics},
author = {Bochynska, Agata and Keeble, Liam and Halfacre, Caitlin and Casillas, Joseph V. and Champagne, {Irys-Amélie} and Chen, Kaidi and {Röthlisberger}, Melanie and Buchanan, Erin M. and Roettger, Timo B.},
year = {2023},
month = {11},
date = {2023-11-09},
journal = {Glossa Psycholinguistics},
volume = {2},
number = {1},
doi = {10.5070/G6011239},
url = {https://escholarship.org/uc/item/6m62j7p6},
langid = {en}
}
@book{
wickhamDataScienceImport2023,
address={Beijing Boston Farnham Sebastopol Tokyo},
edition={2nd edition},
title={R for Data Science: Import, tidy, transform, visualize, and model data},
ISBN={978-1-4920-9740-2},
url={https://r4ds.hadley.nz/},
publisher={O’Reilly},
author={Wickham, Hadley and Çetinkaya-Rundel, Mine and Grolemund, Garrett},
year={2023} }
@article{
seiboldBERDCourseMake2023,
title={BERD course: Make Your Research Reproducible},
url={https://osf.io/rupt7/},
DOI={10.17605/OSF.IO/RUPT7},
author={Seibold, Heidi and Müller, Rabea},
note={(12 March, 2026)},
year={2023} }
@Manual{
RodriguezGrateful2024,
title = {grateful: Facilitate citation of {R} packages},
author = {Francisco Rodriguez-Sanchez and Connor P. Jackson},
note = {(12 March, 2026)},
url = {https://pakillo.github.io/grateful/},
}
@article{innamiPromotingComputationallyReproducible2022,
title = {Promoting computationally reproducible research in applied linguistics: Recommended practices and considerations},
author = {{In'nami}, Yo and Mizumoto, Atsushi and Plonsky, Luke and Koizumi, Rie},
year = {2022},
month = {12},
date = {2022-12},
journal = {Research Methods in Applied Linguistics},
pages = {100030},
volume = {1},
number = {3},
doi = {10.1016/j.rmal.2022.100030},
url = {https://linkinghub.elsevier.com/retrieve/pii/S2772766122000271},
langid = {en}
}
@book{
lakensImprovingYourStatistical2022,
title={Improving Your Statistical Inferences},
url={https://zenodo.org/record/6409077},
DOI={10.5281/ZENODO.6409077},
publisher={Zenodo},
author={Lakens, Daniël},
year={2022},
note={(12 March, 2026)},
month={Apr} }
@article{ben-shachar2020,
title = {effectsize: Estimation of Effect Size Indices and Standardized Parameters},
author = {Ben-Shachar, Mattan and {Lüdecke}, Daniel and Makowski, Dominique},
year = {2020},
month = {12},
date = {2020-12-23},
journal = {Journal of Open Source Software},
volume = {5},
number = {56},
doi = {10.21105/joss.02815},
url = {http://dx.doi.org/10.21105/joss.02815}
}
@article{
plonskyHowBigBig2014,
title={How Big Is “Big”? Interpreting Effect Sizes in L2 Research},
volume={64},
ISSN={1467-9922},
url={https://onlinelibrary.wiley.com/doi/abs/10.1111/lang.12079},
DOI={10.1111/lang.12079},
note={_eprint: https://onlinelibrary.wiley.com/doi/pdf/10.1111/lang.12079},
number={4},
journal={Language Learning},
author={Plonsky, Luke and Oswald, Frederick L.},
year={2014},
pages={878–912} }
@book{cohenStatisticalPowerAnalysis1988,
title = {Statistical power analysis for the behavioral sciences},
author = {Cohen, Jacob},
year = {1988},
date = {1988},
publisher = {Lawrence Erlbaum Associates},
edition = {2. edn., reprint},
address = {New York, NY},
langid = {en},
doi={10.4324/9780203771587},
}
@inproceedings{matejkaSameStatsDifferent2017,
title = {Same Stats, Different Graphs: Generating Datasets with Varied Appearance and Identical Statistics through Simulated Annealing},
author = {Matejka, Justin and Fitzmaurice, George},
year = {2017},
month = {05},
date = {2017-05-02},
booktitle = {Proceedings of the 2017 CHI Conference on Human Factors in Computing Systems},
pages = {1290-1294},
series = {CHI '17},
doi = {10.1145/3025453.3025912},
url = {https://doi.org/10.1145/3025453.3025912},
address = {New York, NY, USA}
}
@article{
matuteIllusionsCausalityHow2015,
title={Illusions of causality: how they bias our everyday thinking and how they could be reduced},
volume={6},
ISSN={1664-1078},
url={https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2015.00888/full},
DOI={10.3389/fpsyg.2015.00888},
journal={Frontiers in Psychology},
author={Matute, Helena and Blanco, Fernando and Yarritu, Ion and Díaz-Lago, Marcos and Vadillo, Miguel A. and Barberia, Itxaso},
year={2015},
month={Jul} }
@inbook{
kaufmanIllusionCausalityCognitive2018,
title={The Illusion of Causality: A Cognitive Bias Underlying Pseudoscience},
ISBN={978-0-262-34481-4},
url={https://direct.mit.edu/books/book/3620/chapter/121014/the-illusion-of-causality-a-cognitive-bias},
DOI={10.7551/mitpress/10747.003.0007},
booktitle={Pseudoscience},
publisher={The MIT Press},
editor={Kaufman, Allison B. and Kaufman, James C.},
year={2018} }
@article{acheson2008,
title = {New and updated tests of print exposure and reading abilities in college students},
author = {Acheson, Daniel J. and Wells, Justine B. and MacDonald, Maryellen C.},
year = {2008},
month = {02},
date = {2008-02},
journal = {Behavior Research Methods},
pages = {278--289},
volume = {40},
number = {1},
doi = {10.3758/brm.40.1.278},
url = {http://dx.doi.org/10.3758/BRM.40.1.278},
langid = {en}
}
@article{nimonStatisticalAssumptionsSubstantive2012,
title = {Statistical Assumptions of Substantive Analyses Across the General Linear Model: A Mini-Review},
author = {Nimon, Kim F.},
year = {2012},
month = {08},
date = {2012-08-28},
journal = {Frontiers in Psychology},
volume = {3},
doi = {10.3389/fpsyg.2012.00322},
url = {https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2012.00322/full},
note = {Publisher: Frontiers},
langid = {English}
}
@book{
TabachnickUsingMultivariateStatistics2014,
address={Harlow},
edition={Pearson new international edition, 6. edn.},
series={Always learning},
title={Using Multivariate Statistics},
ISBN={978-1-292-02131-7},
publisher={Pearson},
author={Tabachnick, Barbara G. and Fidell, Linda S.},
year={2013}, }
@book{
BaayenAnalyzinglinguisticdata2008,
address={Cambridge, UK; New York},
title={Analyzing linguistic data: a practical introduction to statistics using {R}},
ISBN={978-0-521-88259-0 978-0-521-70918-7},
doi={10.1017/cbo9780511801686},
publisher={Cambridge University Press},
author={Baayen, R. Harald},
doi={10.1017/CBO9780511801686},
year={2008} }
@techreport{lenthEmmeansEstimatedMarginal2025a,
title = {emmeans: Estimated marginal means, aka least-squares means},
author = {Lenth, Russell V. and Piaskowski, Julia},
year = {2025},
date = {2025},
note={(12 March, 2026)},
url = {https://rvlenth.github.io/emmeans/}
}
@article{brehenyVisualizationRegressionModels2017,
title = {Visualization of Regression Models Using visreg},
author = {Breheny, Patrick and Burchett, Woodrow},
year = {2017},
date = {2017},
journal = {The R Journal},
pages = {56--71},
volume = {9},
number = {2},
doi = {10.32614/RJ-2017-046},
url = {https://journal.r-project.org/archive/2017/RJ-2017-046/index.html},
langid = {en}
}
@article{
williamsAssumptionsMultipleRegression2013,
title={Assumptions of Multiple Regression: Correcting Two Misconceptions.},
volume={18},
number={11},
journal={Practical Assessment, Research, and Evaluation},
author={Williams, Matt N. and Grajales, Carlos Alberto Gómez and Kurkiewicz, Dason},
year={2013},
month={Sep} }
@book{
FieldDiscoveringstatisticsusing2012,
address={London; Thousand Oaks, California; New Delhi; Singapore},
title={Discovering statistics using {R}},
ISBN={978-1-4462-0046-9 978-1-4462-0045-2},
publisher={SAGE},
author={Field, Andy P. and Miles, Jeremy and Field, Zoë},
year={2012} }
@article{dabrowskaExperienceAptitudeIndividual2018,
title = {Experience, aptitude and individual differences in native language ultimate attainment},
author = {{D{\k{a}}browska}, Ewa},
year = {2018},
month = {09},
date = {2018-09},
journal = {Cognition},
pages = {222--235},
volume = {178},
doi = {10.1016/j.cognition.2018.05.018},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0010027718301446},
langid = {en}
}
@techreport{lüdecke2020,
title = {sjPlot: Data visualization for statistics in social science},
author = {{Lüdecke}, Daniel},
year = {2020},
date = {2020},
url = {https://CRAN.R-project.org/package=sjPlot},
note = {(12 March, 2026)},
}
@article{ludeckePerformancePackageAssessment2021,
title = {{{performance}}: An {R} package for assessment, comparison and testing of statistical models},
author = {{Lüdecke}, Daniel and Ben-Shachar, Mattan S. and Patil, Indrajeet and Waggoner, Philip and Makowski, Dominique},
year = {2021},
date = {2021},
journal = {Journal of Open Source Software},
pages = {3139},
volume = {6},
number = {60},
doi = {10.21105/joss.03139}
}
@article{
almeidaGgplot2CompatibleQuantilequantile2018,
title={ggplot2 compatible quantile-quantile plots in {R}},
volume={10},
DOI={10.32614/RJ-2018-051},
number={2},
journal={The R Journal},
author={Almeida, Alexandre and Loy, Adam and Hofmann, Heike},
year={2018},
pages={248–261} }
@book{
cetinkaya-rundelIntroductionModernStatistics2021,
edition={2. edn.},
title={Introduction to Modern Statistics},
url={https://openintro-ims.netlify.app/},
publisher={OpenIntro},
author={Çetinkaya-Rundel, Mine and Hardin, Johanna},
year={2026},
note={(10 March, 2026)},
month={Jun} }
@book{
sondereggerRegressionModelingLinguistic2023,
address={Cambridge, Massachusetts},
title={Regression modeling for linguistic data},
ISBN={978-0-262-04548-3},
note={OA version: https://github.com/msonderegger/rmld-v1.1/blob/main/rmld_v1.1.pdf},
publisher={The MIT Press},
author={Sonderegger, Morgan},
year={2023} }
@article{grömping2006,
title = {Relative Importance for Linear Regression in {R}: The Package relaimpo},
author = {{Grömping}, Ulrike},
year = {2006},
date = {2006},
journal = {Journal of Statistical Software},
volume = {17},
number = {1},
doi = {10.18637/jss.v017.i01},
url = {http://dx.doi.org/10.18637/jss.v017.i01},
langid = {en}
}
@book{
lindemanIntroductionBivariateMultivariate1980,
title={Introduction to Bivariate and Multivariate Analysis},
ISBN={978-0-673-15099-8},
publisher={Scott, Foresman and Company},
address={Glenview, Illinois; Dallas, Texas; Oakland, New Jersey; Palo Alto, California; Tucker, Georgia; London, England},
author={Lindeman, Richard Harold and Merenda, Peter Francis and Gold, Ruth Z.},
url={https://archive.org/details/introductiontobi0000lind},
year={1980} }
@article{vasishthHowEmbraceVariation2021,
title = {How to embrace variation and accept uncertainty in linguistic and psycholinguistic data analysis},
author = {Vasishth, Shravan and Gelman, Andrew},
year = {2021},
month = {09},
date = {2021-09-01},
journal = {Linguistics},
pages = {1311--1342},
volume = {59},
number = {5},
doi = {10.1515/ling-2019-0051},
url = {https://www.degruyter.com/document/doi/10.1515/ling-2019-0051/html},
note = {Publisher: De Gruyter Mouton},
langid = {en}
}
@article{
gelmanEthicsStatisticalPractice2018,
title={Ethics in Statistical Practice and Communication: Five Recommendations},
volume={15},
ISSN={1740-9705},
doi={10.1111/j.1740-9713.2018.01193.x},
number={5},
journal={Significance},
author={Gelman, Andrew},
year={2018},
month={Oct},
publisher={The Royal Statistical Society},
address={Oxford},
pages={40–43} }
@article{
soskuthyGeneralisedAdditiveMixed2017,
title={Generalised additive mixed models for dynamic analysis in linguistics: a practical introduction},
url={http://arxiv.org/abs/1703.05339},
DOI={10.48550/arXiv.1703.05339},
author={Sóskuthy, Márton} }
@inbook{levshinaComparingBayesianFrequentist2022,
title = {Comparing Bayesian and Frequentist Models of Language Variation: The Case of Help + (to-)Infinitive},
author = {Levshina, Natalia},
editor = {{Schützler}, Ole and {Schlüter}, Julia},
year = {2022},
month = {05},
date = {2022-05-31},
publisher = {Cambridge University Press},
pages = {224--258},
edition = {1. edn.},
doi = {10.1017/9781108589314.009},
url = {https://www.cambridge.org/core/product/identifier/9781108589314%23CN-bp-9/type/book_part},
note = {DOI: 10.1017/9781108589314.009},
langid = {en}
}
@book{nicenboimIntroductionBayesianData2026,
title = {Introduction to Bayesian Data Analysis for cognitive science},
author = {Nicenboim, Bruno and Schad, Daniel and Vasishth, Shravan},
year = {2025},
date = {2025},
publisher = {Chapman & Hall},
series = {Chapman & Hall/CRC Statistics in the Social and Behavioral Sciences Series},
doi = {10.1201/9780429342646},
url = {https://bruno.nicenboim.me/bayescogsci/},