-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackages.bib
More file actions
1805 lines (1613 loc) · 59.9 KB
/
packages.bib
File metadata and controls
1805 lines (1613 loc) · 59.9 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
@Manual{R-AICcmodavg,
title = {{AICcmodavg}: Model Selection and Multimodel Inference Based on {(Q)AIC(c)}},
author = {Marc J. Mazerolle},
note = {R package version 2.3-4},
year = {2025},
doi = {10.32614/CRAN.package.AICcmodavg},
url = {https://CRAN.R-project.org/package=AICcmodavg},
}
@Manual{R-bbmle,
title = {{bbmle}: Tools for General Maximum Likelihood Estimation},
author = {Ben Bolker and {R Development Core Team}},
note = {R package version 1.0.25.1},
year = {2023},
doi = {10.32614/CRAN.package.bbmle},
url = {https://github.com/bbolker/bbmle},
}
@Manual{R-brms,
title = {{brms}: {Bayesian} Regression Models using {Stan}},
author = {Paul-Christian Bürkner},
note = {R package version 2.22.0},
year = {2024},
doi = {10.32614/CRAN.package.brms},
url = {https://github.com/paul-buerkner/brms},
}
@Manual{R-cmdstanr,
title = {{cmdstanr}: {R} Interface to {CmdStan}},
author = {Jonah Gabry and Rok Češnovar and Andrew Johnson},
note = {R package version 0.7.1},
year = {2024},
url = {https://mc-stan.org/cmdstanr},
}
@Manual{R-dagitty,
title = {{dagitty}: Graphical Analysis of Structural Causal Models},
author = {Johannes Textor and Benito {van der Zander} and Ankur Ankan},
note = {R package version 0.3-4},
year = {2023},
doi = {10.32614/CRAN.package.dagitty},
url = {https://www.dagitty.net},
}
@Manual{R-DescTools,
title = {{DescTools}: Tools for Descriptive Statistics},
author = {Andri Signorell},
note = {R package version 0.99.59},
year = {2025},
doi = {10.32614/CRAN.package.DescTools},
url = {https://andrisignorell.github.io/DescTools},
}
@Manual{R-downlit,
title = {{downlit}: Syntax Highlighting and Automatic Linking},
author = {Hadley Wickham},
note = {R package version 0.4.4},
year = {2024},
doi = {10.32614/CRAN.package.downlit},
url = {https://downlit.r-lib.org},
}
@Manual{R-dplyr,
title = {{dplyr}: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain François and Lionel Henry and Kirill Müller and Davis Vaughan},
note = {R package version 1.1.4},
year = {2023},
doi = {10.32614/CRAN.package.dplyr},
url = {https://dplyr.tidyverse.org},
}
@Manual{R-emmeans,
title = {{emmeans}: Estimated Marginal Means, {aka} Least-Squares Means},
author = {Russell V. Lenth},
note = {R package version 1.10.7},
year = {2025},
doi = {10.32614/CRAN.package.emmeans},
url = {https://rvlenth.github.io/emmeans},
}
@Manual{R-fitdistrplus,
title = {{fitdistrplus}: Help to Fit of a Parametric Distribution to Non-Censored or Censored Data},
author = {Marie-Laure Delignette-Muller and Christophe Dutang and Aurélie Siberchicot},
note = {R package version 1.2-2},
year = {2025},
doi = {10.32614/CRAN.package.fitdistrplus},
url = {https://lbbe-software.github.io/fitdistrplus},
}
@Manual{R-forecast,
title = {{forecast}: Forecasting Functions for Time Series and Linear Models},
author = {Rob J. Hyndman and George Athanasopoulos and Christoph Bergmeir and Gabriel Caceres and Leanne Chhay and Kirill Kuroptev and Mitchell O'Hara-Wild and Fotios Petropoulos and Slava Razbash and Earo Wang and Farah Yasmeen},
note = {R package version 8.23.0},
year = {2024},
doi = {10.32614/CRAN.package.forecast},
url = {https://pkg.robjhyndman.com/forecast},
}
@Manual{R-fPortfolio,
title = {{fPortfolio}: {Rmetrics} - Portfolio Selection and Optimization},
author = {Diethelm Wuertz and Tobias Setz and Yohan Chalabi and Stefan Theussl},
note = {R package version 4023.84},
year = {2023},
doi = {10.32614/CRAN.package.fPortfolio},
url = {https://r-forge.r-project.org/projects/rmetrics},
}
@Manual{R-ggdag,
title = {{ggdag}: Analyze and Create Elegant Directed Acyclic Graphs},
author = {Malcolm Barrett},
note = {R package version 0.2.13},
year = {2024},
doi = {10.32614/CRAN.package.ggdag},
url = {https://github.com/r-causal/ggdag},
}
@Manual{R-ggExtra,
title = {{ggExtra}: Add Marginal Histograms to {ggplot2}, and More {ggplot2} Enhancements},
author = {Dean Attali and Christopher Baker},
note = {R package version 0.10.1},
year = {2023},
doi = {10.32614/CRAN.package.ggExtra},
url = {https://github.com/daattali/ggExtra},
}
@Manual{R-gghighlight,
title = {{gghighlight}: Highlight Lines and Points in {ggplot2}},
author = {Hiroaki Yutani},
note = {R package version 0.4.1},
year = {2023},
doi = {10.32614/CRAN.package.gghighlight},
url = {https://yutannihilation.github.io/gghighlight},
}
@Manual{R-ggplot2,
title = {{ggplot2}: Create Elegant Data Visualisations Using the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang and Lionel Henry and Thomas Lin Pedersen and Kohske Takahashi and Claus Wilke and Kara Woo and Hiroaki Yutani and Dewey Dunnington and Teun {van den Brand}},
note = {R package version 3.5.1},
year = {2024},
doi = {10.32614/CRAN.package.ggplot2},
url = {https://ggplot2.tidyverse.org},
}
@Manual{R-ggridges,
title = {{ggridges}: Ridgeline Plots in {ggplot2}},
author = {Claus O. Wilke},
note = {R package version 0.5.6},
year = {2024},
doi = {10.32614/CRAN.package.ggridges},
url = {https://wilkelab.org/ggridges},
}
@Manual{R-ggtext,
title = {{ggtext}: Improved Text Rendering Support for {ggplot2}},
author = {Claus O. Wilke and Brenton M. Wiernik},
note = {R package version 0.1.2},
year = {2022},
doi = {10.32614/CRAN.package.ggtext},
url = {https://wilkelab.org/ggtext},
}
@Manual{R-gsisdecoder,
title = {{gsisdecoder}: High Efficient Functions to Decode {NFL} Player IDs},
author = {Sebastian Carl},
note = {R package version 0.0.1},
year = {2020},
doi = {10.32614/CRAN.package.gsisdecoder},
url = {https://github.com/mrcaseb/gsisdecoder},
}
@Manual{R-lme4,
title = {{lme4}: Linear Mixed-Effects Models using {Eigen} and {S4}},
author = {Douglas Bates and Martin Maechler and Ben Bolker and Steven Walker},
note = {R package version 1.1-36},
year = {2025},
doi = {10.32614/CRAN.package.lme4},
url = {https://github.com/lme4/lme4},
}
@Manual{R-lmerTest,
title = {{lmerTest}: Tests in Linear Mixed Effects Models},
author = {Alexandra Kuznetsova and Per {Bruun Brockhoff} and Rune {Haubo Bojesen Christensen}},
note = {R package version 3.1-3},
year = {2020},
doi = {10.32614/CRAN.package.lmerTest},
url = {https://github.com/runehaubo/lmerTestR},
}
@Manual{R-lubridate,
title = {{lubridate}: Make Dealing with Dates a Little Easier},
author = {Vitalie Spinu and Garrett Grolemund and Hadley Wickham},
note = {R package version 1.9.4},
year = {2024},
doi = {10.32614/CRAN.package.lubridate},
url = {https://lubridate.tidyverse.org},
}
@Manual{R-magrittr,
title = {{magrittr}: A Forward-Pipe Operator for {R}},
author = {Stefan Milton Bache and Hadley Wickham},
note = {R package version 2.0.3},
year = {2022},
doi = {10.32614/CRAN.package.magrittr},
url = {https://magrittr.tidyverse.org},
}
@Manual{R-mclust,
title = {{mclust}: Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation},
author = {Chris Fraley and Adrian E. Raftery and Luca Scrucca},
note = {R package version 6.1.1},
year = {2024},
doi = {10.32614/CRAN.package.mclust},
url = {https://mclust-org.github.io/mclust},
}
@Manual{R-MuMIn,
title = {{MuMIn}: Multi-Model Inference},
author = {Kamil Bartoń},
note = {R package version 1.48.4},
year = {2024},
doi = {10.32614/CRAN.package.MuMIn},
url = {https://CRAN.R-project.org/package=MuMIn},
}
@Manual{R-nflfastR,
title = {{nflfastR}: Functions to Efficiently Access {NFL} Play by Play Data},
author = {Sebastian Carl and Ben Baldwin},
note = {R package version 5.0.0},
year = {2024},
doi = {10.32614/CRAN.package.nflfastR},
url = {https://www.nflfastr.com},
}
@Manual{R-nflplotR,
title = {{nflplotR}: {NFL} Logo Plots in {ggplot2} and {gt}},
author = {Sebastian Carl},
note = {R package version 1.4.0},
year = {2024},
doi = {10.32614/CRAN.package.nflplotR},
url = {https://nflplotr.nflverse.com},
}
@Manual{R-nflreadr,
title = {{nflreadr}: Download {nflverse} Data},
author = {Tan Ho and Sebastian Carl},
note = {R package version 1.4.1},
year = {2024},
doi = {10.32614/CRAN.package.nflreadr},
url = {https://nflreadr.nflverse.com},
}
@Manual{R-parallelly,
title = {{parallelly}: Enhancing the {parallel} Package},
author = {Henrik Bengtsson},
note = {R package version 1.42.0},
year = {2025},
doi = {10.32614/CRAN.package.parallelly},
url = {https://parallelly.futureverse.org},
}
@Manual{R-patchwork,
title = {{patchwork}: The Composer of Plots},
author = {Thomas Lin Pedersen},
note = {R package version 1.3.0},
year = {2024},
doi = {10.32614/CRAN.package.patchwork},
url = {https://patchwork.data-imaginist.com},
}
@Manual{R-pbkrtest,
title = {{pbkrtest}: Parametric Bootstrap, {Kenward-Roger} and {Satterthwaite} Based Methods for Test in Mixed Models},
author = {Ulrich Halekoh and Søren Højsgaard},
note = {R package version 0.5.3},
year = {2024},
doi = {10.32614/CRAN.package.pbkrtest},
url = {https://people.math.aau.dk/~sorenh/software/pbkrtest},
}
@Manual{R-plotly,
title = {{plotly}: Create Interactive Web Graphics via {plotly.js}},
author = {Carson Sievert and Chris Parmer and Toby Hocking and Scott Chamberlain and Karthik Ram and Marianne Corvellec and Pedro Despouy},
note = {R package version 4.10.4},
year = {2024},
doi = {10.32614/CRAN.package.plotly},
url = {https://plotly-r.com},
}
@Manual{R-progressr,
title = {{progressr}: An Inclusive, Unifying {API} for Progress Updates},
author = {Henrik Bengtsson},
note = {R package version 0.15.1},
year = {2024},
doi = {10.32614/CRAN.package.progressr},
url = {https://progressr.futureverse.org},
}
@Manual{R-pwr,
title = {{pwr}: Basic Functions for Power Analysis},
author = {Stephane Champely},
note = {R package version 1.3-0},
year = {2020},
doi = {10.32614/CRAN.package.pwr},
url = {https://github.com/heliosdrm/pwr},
}
@Manual{R-pwrss,
title = {{pwrss}: Statistical Power and Sample Size Calculation Tools},
author = {Metin Bulus},
note = {R package version 0.3.1},
year = {2023},
doi = {10.32614/CRAN.package.pwrss},
url = {https://CRAN.R-project.org/package=pwrss},
}
@Manual{R-quantmod,
title = {{quantmod}: Quantitative Financial Modelling Framework},
author = {Jeffrey A. Ryan and Joshua M. Ulrich},
note = {R package version 0.4.26},
year = {2024},
doi = {10.32614/CRAN.package.quantmod},
url = {https://www.quantmod.com},
}
@Manual{R-rmarkdown,
title = {{rmarkdown}: Dynamic Documents for {R}},
author = {JJ Allaire and Yihui Xie and Christophe Dervieux and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
note = {R package version 2.29},
year = {2024},
doi = {10.32614/CRAN.package.rmarkdown},
url = {https://github.com/rstudio/rmarkdown},
}
@Manual{R-sjstats,
title = {{sjstats}: Collection of Convenient Functions for Common Statistical Computations},
author = {Daniel Lüdecke},
note = {R package version 0.19.0},
year = {2024},
doi = {10.32614/CRAN.package.sjstats},
url = {https://strengejacke.github.io/sjstats},
}
@Manual{R-stringi,
title = {{stringi}: Fast and Portable Character String Processing Facilities},
author = {Marek Gagolewski and Bartek Tartanus and others; Unicode and {Inc.} and others},
note = {R package version 1.8.4},
year = {2024},
doi = {10.32614/CRAN.package.stringi},
url = {https://stringi.gagolewski.com},
}
@Manual{R-tidyverse,
title = {{tidyverse}: Easily Install and Load the {Tidyverse}},
author = {Hadley Wickham},
note = {R package version 2.0.0},
year = {2023},
doi = {10.32614/CRAN.package.tidyverse},
url = {https://tidyverse.tidyverse.org},
}
@Manual{R-viridis,
title = {{viridis}: Colorblind-Friendly Color Maps for {R}},
author = {Simon Garnier},
note = {R package version 0.6.5},
year = {2024},
doi = {10.32614/CRAN.package.viridis},
url = {https://sjmgarnier.github.io/viridis},
}
@Manual{R-WebPower,
title = {{WebPower}: Basic and Advanced Statistical Power Analysis},
author = {Zhiyong Zhang and Yujiao Mai},
note = {R package version 0.9.4},
year = {2023},
doi = {10.32614/CRAN.package.WebPower},
url = {https://webpower.psychstat.org},
}
@Manual{R-XICOR,
title = {{XICOR}: Association Measurement Through Cross Rank Increments},
author = {Susan Holmes and Sourav Chatterjee},
note = {R package version 0.4.1},
year = {2023},
doi = {10.32614/CRAN.package.XICOR},
url = {https://CRAN.R-project.org/package=XICOR},
}
@Manual{R-xml2,
title = {{xml2}: Parse {XML}},
author = {Hadley Wickham and Jim Hester and Jeroen Ooms},
note = {R package version 1.3.7},
year = {2025},
doi = {10.32614/CRAN.package.xml2},
url = {https://xml2.r-lib.org},
}
@Manual{R-xts,
title = {{xts}: {eXtensible} Time Series},
author = {Jeffrey A. Ryan and Joshua M. Ulrich},
note = {R package version 0.14.1},
year = {2024},
doi = {10.32614/CRAN.package.xts},
url = {https://joshuaulrich.github.io/xts},
}
@Manual{R-zoo,
title = {{zoo}: {S3} Infrastructure for Regular and Irregular Time Series ({Z's} Ordered Observations)},
author = {Achim Zeileis and Gabor Grothendieck and Jeffrey A. Ryan},
note = {R package version 1.8-13},
year = {2025},
doi = {10.32614/CRAN.package.zoo},
url = {https://zoo.R-Forge.R-project.org},
}
@Article{Buerkner2017_packages,
author = {Paul-Christian Bürkner},
journal = {Journal of Statistical Software},
title = {{brms}: An {R} Package for {Bayesian} Multilevel Models Using {Stan}},
year = {2017},
number = {1},
pages = {1--28},
volume = {80},
doi = {10.18637/jss.v080.i01},
encoding = {UTF-8},
}
@Article{Buerkner2018_packages,
author = {Paul-Christian Bürkner},
journal = {The R Journal},
title = {Advanced {Bayesian} Multilevel Modeling with the {R} Package {brms}},
year = {2018},
number = {1},
pages = {395--411},
volume = {10},
doi = {10.32614/RJ-2018-017},
encoding = {UTF-8},
}
@Article{Buerkner2021_packages,
author = {Paul-Christian Bürkner},
journal = {Journal of Statistical Software},
title = {{Bayesian} Item Response Modeling in {R} with {brms} and {Stan}},
year = {2021},
number = {5},
pages = {1--54},
volume = {100},
doi = {10.18637/jss.v100.i05},
encoding = {UTF-8},
}
@Article{Textor2016_packages,
author = {Johannes Textor and Benito {van der Zander} and Mark S Gilthorpe and Maciej Li\'{s}kiewicz and George TH Ellison},
journal = {International Journal of Epidemiology},
title = {Robust causal inference using directed acyclic graphs: the {R} package {'dagitty'}},
year = {2016},
number = {6},
pages = {1887--1894},
volume = {45},
doi = {10.1093/ije/dyw341},
}
@Article{DelignetteMuller2015_packages,
author = {Marie Laure Delignette-Muller and Christophe Dutang},
journal = {Journal of Statistical Software},
title = {{fitdistrplus}: An {R} Package for Fitting Distributions},
year = {2015},
number = {4},
pages = {1--34},
volume = {64},
doi = {10.18637/jss.v064.i04},
}
@Article{Hyndman2008_packages,
author = {Rob J. Hyndman and Yeasmin Khandakar},
journal = {Journal of Statistical Software},
title = {Automatic time series forecasting: the {forecast} package for {R}},
year = {2008},
number = {3},
pages = {1--22},
volume = {27},
doi = {10.18637/jss.v027.i03},
}
@Book{Wickham2016_packages,
author = {Hadley Wickham},
publisher = {Springer-Verlag New York},
title = {{ggplot2}: Elegant Graphics for Data Analysis},
year = {2016},
isbn = {978-3-319-24277-4},
url = {https://ggplot2.tidyverse.org},
}
@Book{Xie2015_packages,
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
title = {Dynamic Documents with {R} and {knitr}},
year = {2015},
address = {Boca Raton, Florida},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {https://yihui.org/knitr},
}
@InCollection{Xie2014_packages,
author = {Yihui Xie},
booktitle = {Implementing Reproducible Computational Research},
publisher = {Chapman and Hall/CRC},
title = {{knitr}: A Comprehensive Tool for Reproducible Research in {R}},
year = {2014},
editor = {Victoria Stodden and Friedrich Leisch and Roger D. Peng},
note = {ISBN 978-1466561595},
}
@Article{Bates2015_packages,
author = {Douglas Bates and Martin M{\"a}chler and Ben Bolker and Steve Walker},
journal = {Journal of Statistical Software},
title = {Fitting Linear Mixed-Effects Models Using {lme4}},
year = {2015},
number = {1},
pages = {1--48},
volume = {67},
doi = {10.18637/jss.v067.i01},
}
@Article{Kuznetsova2017_packages,
author = {Alexandra Kuznetsova and Per B. Brockhoff and Rune H. B. Christensen},
journal = {Journal of Statistical Software},
title = {{lmerTest} Package: Tests in Linear Mixed Effects Models},
year = {2017},
number = {13},
pages = {1--26},
volume = {82},
doi = {10.18637/jss.v082.i13},
}
@Article{Grolemund2011_packages,
author = {Garrett Grolemund and Hadley Wickham},
journal = {Journal of Statistical Software},
title = {Dates and Times Made Easy with {lubridate}},
year = {2011},
number = {3},
pages = {1--25},
volume = {40},
url = {https://www.jstatsoft.org/v40/i03},
}
@Book{Scrucca2023_packages,
author = {Luca Scrucca and Chris Fraley and T. Brendan Murphy and Adrian E. Raftery},
publisher = {Chapman and Hall/CRC},
title = {Model-Based Clustering, Classification, and Density Estimation Using {mclust} in {R}},
year = {2023},
isbn = {978-1032234953},
doi = {10.1201/9781003277965},
url = {https://mclust-org.github.io/book},
}
@Article{Halekoh2014_packages,
author = {Ulrich Halekoh and Søren Højsgaard},
journal = {Journal of Statistical Software},
title = {A {Kenward-Roger} Approximation and Parametric Bootstrap Methods for Tests in Linear Mixed Models -- The {R} Package {pbkrtest}},
year = {2014},
number = {9},
pages = {1--30},
volume = {59},
url = {https://www.jstatsoft.org/v59/i09},
}
@Book{Sievert2020_packages,
author = {Carson Sievert},
publisher = {Chapman and Hall/CRC},
title = {Interactive Web-Based Data Visualization with {R}, {plotly}, and {shiny}},
year = {2020},
isbn = {9781138331457},
url = {https://plotly-r.com},
}
@Book{Xie2018_packages,
author = {Yihui Xie and J.J. Allaire and Garrett Grolemund},
publisher = {Chapman and Hall/CRC},
title = {{R Markdown}: The Definitive Guide},
year = {2018},
address = {Boca Raton, Florida},
isbn = {9781138359338},
url = {https://bookdown.org/yihui/rmarkdown},
}
@Book{Xie2020_packages,
author = {Yihui Xie and Christophe Dervieux and Emily Riederer},
publisher = {CRC Press},
title = {{R Markdown} Cookbook},
year = {2020},
address = {Boca Raton, Florida},
isbn = {9780367563837},
url = {https://bookdown.org/yihui/rmarkdown-cookbook},
}
@Manual{Ludecke2024a_packages,
title = {{sjstats}: Statistical Functions for Regression Models (Version 0.19.0)},
author = {Daniel Lüdecke},
year = {2024},
doi = {10.5281/zenodo.1284472},
url = {https://CRAN.R-project.org/package=sjstats},
}
@Article{Gagolewski2022_packages,
author = {Marek Gagolewski},
journal = {Journal of Statistical Software},
title = {{stringi}: {F}ast and portable character string processing in {R}},
year = {2022},
number = {2},
pages = {1--59},
volume = {103},
doi = {10.18637/jss.v103.i02},
}
@Article{Wickham2019_packages,
author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani},
journal = {Journal of Open Source Software},
title = {Welcome to the {tidyverse}},
year = {2019},
number = {43},
pages = {1686},
volume = {4},
doi = {10.21105/joss.01686},
}
@Manual{Garnier2024a_packages,
title = {{viridis(Lite)} - Colorblind-Friendly Color Maps for {R}},
author = {Garnier, Simon and Ross, Noam and Rudis, Bob and Sciaini, Marco and Camargo, Antônio Pedro and Scherer, Cédric},
note = {viridis package version 0.6.5},
year = {2024},
doi = {10.5281/zenodo.4679423},
url = {https://sjmgarnier.github.io/viridis},
}
@Manual{Chatterjee2023_packages,
title = {{XICOR}: Robust and generalized correlation coefficients},
author = {Sourav Chatterjee and Susan Holmes},
note = {https://github.com/spholmes/XICOR},
year = {2023},
url = {https://CRAN.R-project.org/package=XICOR},
}
@Article{Zeileis2005_packages,
author = {Achim Zeileis and Gabor Grothendieck},
journal = {Journal of Statistical Software},
title = {{zoo}: {S3} Infrastructure for Regular and Irregular Time Series},
year = {2005},
number = {6},
pages = {1--27},
volume = {14},
doi = {10.18637/jss.v014.i06},
}
@Manual{R-base,
title = {{R}: A Language and Environment for Statistical Computing},
address = {Vienna, Austria},
author = {{R Core Team}},
organization = {{R Foundation for Statistical Computing}},
year = {2025},
url = {https://www.R-project.org},
}
@Manual{R-ffanalytics,
title = {{ffanalytics}: Scrape Data For Fantasy Football},
author = {Andrew Tungate and Dennis Andersen and Isaac T. Petersen},
note = {R package version 3.1.2.0001},
year = {2025},
url = {https://github.com/FantasyFootballAnalytics/ffanalytics},
}
@Manual{R-petersenlab,
title = {{petersenlab}: A Collection of {R} Functions by the {Petersen Lab}},
author = {Isaac T. Petersen},
note = {R package version 1.1.0},
year = {2025},
doi = {10.32614/CRAN.package.petersenlab},
url = {https://github.com/DevPsyLab/petersenlab},
}
@Manual{R-pROC,
title = {{pROC}: Display and Analyze {ROC} Curves},
author = {Xavier Robin and Natacha Turck and Alexandre Hainard and Natalia Tiberti and Frédérique Lisacek and Jean-Charles Sanchez and Markus Müller},
note = {R package version 1.18.5},
year = {2023},
doi = {10.32614/CRAN.package.pROC},
url = {https://xrobin.github.io/pROC},
}
@Article{Robin2011_packages,
author = {Xavier Robin and Natacha Turck and Alexandre Hainard and Natalia Tiberti and Frédérique Lisacek and Jean-Charles Sanchez and Markus Müller},
journal = {BMC Bioinformatics},
title = {{pROC}: an open-source package for {R} and {S+} to analyze and compare {ROC} curves},
year = {2011},
pages = {77},
volume = {12},
doi = {10.1186/1471-2105-12-77},
}
@Manual{R-learnr,
title = {{learnr}: Interactive Tutorials for {R}},
author = {Garrick Aden-Buie and Barret Schloerke and JJ Allaire and Alexander {Rossell Hayes}},
note = {R package version 0.11.5},
year = {2023},
doi = {10.32614/CRAN.package.learnr},
url = {https://rstudio.github.io/learnr},
}
@Manual{R-remotes,
title = {{remotes}: {R} Package Installation from Remote Repositories, Including {GitHub}},
author = {Gábor Csárdi and Jim Hester and Hadley Wickham and Winston Chang and Martin Morgan and Dan Tenenbaum},
note = {R package version 2.5.0},
year = {2024},
doi = {10.32614/CRAN.package.remotes},
url = {https://remotes.r-lib.org},
}
@Book{Wood2017_packages,
author = {Wood, Simon N.},
publisher = {Chapman and Hall/CRC},
title = {Generalized Additive Models: An Introduction with {R}},
year = {2017},
edition = {2nd},
doi = {10.1201/9781315370279},
}
@Manual{R-caret,
title = {{caret}: Classification and Regression Training},
author = {Max Kuhn},
note = {R package version 7.0-1},
year = {2024},
doi = {10.32614/CRAN.package.caret},
url = {https://github.com/topepo/caret},
}
@Manual{R-doParallel,
title = {{doParallel}: Foreach Parallel Adaptor for the {parallel} Package},
author = {Microsoft Corporation and Steve Weston},
note = {R package version 1.0.17},
year = {2022},
doi = {10.32614/CRAN.package.doParallel},
url = {https://github.com/RevolutionAnalytics/doparallel},
}
@Manual{R-gpboost,
title = {{gpboost}: Combining Tree-Boosting with Gaussian Process and Mixed Effects Models},
author = {Fabio Sigrist and Tim Gyger and Pascal Kuendig},
note = {R package version 1.5.6},
year = {2025},
doi = {10.32614/CRAN.package.gpboost},
url = {https://github.com/fabsig/GPBoost},
}
@Manual{R-missRanger,
title = {{missRanger}: Fast Imputation of Missing Values},
author = {Michael Mayer},
note = {R package version 2.6.1},
year = {2024},
doi = {10.32614/CRAN.package.missRanger},
url = {https://github.com/mayer79/missRanger},
}
@Manual{R-powerjoin,
title = {{powerjoin}: Extensions of {dplyr} and {fuzzyjoin} Join Functions},
author = {Antoine Fabri},
note = {R package version 0.1.0},
year = {2022},
doi = {10.32614/CRAN.package.powerjoin},
url = {https://github.com/moodymudskipper/powerjoin},
}
@Manual{R-nfl4th,
title = {{nfl4th}: Functions to Calculate Optimal Fourth Down Decisions in the {National Football League}},
author = {Ben Baldwin},
note = {R package version 1.0.4},
year = {2023},
doi = {10.32614/CRAN.package.nfl4th},
url = {https://www.nfl4th.com},
}
@Manual{R-corrplot,
title = {{corrplot}: Visualization of a Correlation Matrix},
author = {Taiyun Wei and Viliam Simko},
note = {R package version 0.95},
year = {2024},
doi = {10.32614/CRAN.package.corrplot},
url = {https://github.com/taiyun/corrplot},
}
@Manual{R-psych,
title = {{psych}: Procedures for Psychological, Psychometric, and Personality Research},
author = {William Revelle},
note = {R package version 2.5.3},
year = {2025},
doi = {10.32614/CRAN.package.psych},
url = {https://personality-project.org/r/psych},
}
@Manual{R-correlation,
title = {{correlation}: Methods for Correlation Analysis},
author = {Dominique Makowski and Brenton M. Wiernik and Indrajeet Patil and Daniel Lüdecke and Mattan S. Ben-Shachar and Rémi Thériault},
note = {R package version 0.8.7},
year = {2025},
doi = {10.32614/CRAN.package.correlation},
url = {https://easystats.github.io/correlation},
}
@Article{Makowski2020_packages,
author = {Dominique Makowski and Mattan S. Ben-Shachar and Indrajeet Patil and Daniel Lüdecke},
journal = {Journal of Open Source Software},
title = {Methods and Algorithms for Correlation Analysis in {{R}}},
year = {2020},
number = {51},
pages = {2306},
volume = {5},
doi = {10.21105/joss.02306},
url = {https://joss.theoj.org/papers/10.21105/joss.02306},
}
@Book{Fox2019_packages,
author = {John Fox and Sanford Weisberg},
publisher = {Sage},
title = {An {R} Companion to Applied Regression},
year = {2019},
address = {Thousand Oaks {CA}},
edition = {Third},
url = {https://www.john-fox.ca/Companion},
}
@Manual{R-car,
title = {{car}: Companion to Applied Regression},
author = {John Fox and Sanford Weisberg and Brad Price},
note = {R package version 3.1-3},
year = {2024},
doi = {10.32614/CRAN.package.car},
url = {https://r-forge.r-project.org/projects/car},
}
@Manual{R-forcats,
title = {{forcats}: Tools for Working with Categorical Variables (Factors)},
author = {Hadley Wickham},
note = {R package version 1.0.0},
year = {2023},
doi = {10.32614/CRAN.package.forcats},
url = {https://forcats.tidyverse.org},
}
@Article{Rosseel2012_packages,
author = {Yves Rosseel},
journal = {Journal of Statistical Software},
title = {{lavaan}: An {R} Package for Structural Equation Modeling},
year = {2012},
number = {2},
pages = {1--36},
volume = {48},
doi = {10.18637/jss.v048.i02},
}
@Manual{R-lavaan,
title = {{lavaan}: Latent Variable Analysis},
author = {Yves Rosseel and Terrence D. Jorgensen and Luc {De Wilde}},
note = {R package version 0.6-19},
year = {2024},
doi = {10.32614/CRAN.package.lavaan},
url = {https://lavaan.ugent.be},
}
@Manual{R-mgcv,
title = {{mgcv}: Mixed {GAM} Computation Vehicle with Automatic Smoothness Estimation},
author = {Wood, Simon N.},
note = {R package version 1.9-3},
year = {2025},
doi = {10.32614/CRAN.package.mgcv},
url = {https://CRAN.R-project.org/package=mgcv},
}
@Manual{R-mice,
title = {{mice}: Multivariate Imputation by Chained Equations},
author = {Stef {van Buuren} and Karin Groothuis-Oudshoorn},
note = {R package version 3.17.0},
year = {2024},
doi = {10.32614/CRAN.package.mice},
url = {https://github.com/amices/mice},
}
@Article{vanBuuren2011_packages,
author = {Stef {van Buuren} and Karin Groothuis-Oudshoorn},
journal = {Journal of Statistical Software},
title = {{mice}: Multivariate Imputation by Chained Equations in {R}},
year = {2011},
number = {3},
pages = {1--67},
volume = {45},
doi = {10.18637/jss.v045.i03},
}
@Manual{R-miceadds,
title = {{miceadds}: Some Additional Multiple Imputation Functions, Especially for {mice}},
author = {Alexander Robitzsch and Simon Grund and Thorsten Henke},
note = {R package version 3.17-44},
year = {2024},
doi = {10.32614/CRAN.package.miceadds},
url = {https://github.com/alexanderrobitzsch/miceadds},
}
@Manual{R-performance,
title = {{performance}: Assessment of Regression Models Performance},
author = {Daniel Lüdecke and Dominique Makowski and Mattan S. Ben-Shachar and Indrajeet Patil and Philip Waggoner and Brenton M. Wiernik and Rémi Thériault},
note = {R package version 0.13.0},
year = {2025},
doi = {10.32614/CRAN.package.performance},
url = {https://easystats.github.io/performance},
}
@Article{Ludecke2021_packages,
author = {Daniel Lüdecke and Mattan S. Ben-Shachar and Indrajeet Patil and Philip Waggoner and Dominique Makowski},
journal = {Journal of Open Source Software},
title = {{performance}: An {R} Package for Assessment, Comparison and Testing of Statistical Models},
year = {2021},
number = {60},
pages = {3139},
volume = {6},
doi = {10.21105/joss.03139},
}
@Manual{R-rms,
title = {{rms}: Regression Modeling Strategies},
author = {Frank E. {Harrell, Jr.}},
note = {R package version 8.0-0},
year = {2025},
doi = {10.32614/CRAN.package.rms},
url = {https://hbiostat.org/R/rms},
}
@Manual{R-interactions,
title = {{interactions}: Comprehensive, User-Friendly Toolkit for Probing Interactions},
author = {Jacob A. Long},
note = {R package version 1.2.0},
year = {2024},
doi = {10.32614/CRAN.package.interactions},
url = {https://interactions.jacob-long.com},
}
@Manual{R-Hmisc,
title = {{Hmisc}: {Harrell} Miscellaneous},
author = {Frank E {Harrell Jr}},
note = {R package version 5.2-3},
year = {2025},
doi = {10.32614/CRAN.package.Hmisc},
url = {https://hbiostat.org/R/Hmisc},
}
@Manual{R-lattice,
title = {{lattice}: Trellis Graphics for {R}},
author = {Deepayan Sarkar},
note = {R package version 0.22-7},
year = {2025},
doi = {10.32614/CRAN.package.lattice},
url = {https://lattice.r-forge.r-project.org},
}
@Manual{R-Matrix,
title = {{Matrix}: Sparse and Dense Matrix Classes and Methods},
author = {Douglas Bates and Martin Maechler and Mikael Jagan},
note = {R package version 1.7-3},
year = {2025},
doi = {10.32614/CRAN.package.Matrix},
url = {https://Matrix.R-forge.R-project.org},
}
@Manual{R-Rcpp,
title = {{Rcpp}: Seamless {R} and {C++} Integration},
author = {Dirk Eddelbuettel and Romain Francois and JJ Allaire and Kevin Ushey and Qiang Kou and Nathan Russell and Iñaki Ucar and Doug Bates and John Chambers},
note = {R package version 1.0.14},
year = {2025},
doi = {10.32614/CRAN.package.Rcpp},
url = {https://www.rcpp.org},
}
@Book{Eddelbuettel2013_packages,
author = {Dirk Eddelbuettel},
publisher = {Springer},
title = {Seamless {R} and {C++} Integration with {Rcpp}},
year = {2013},
address = {New York},
note = {ISBN 978-1-4614-6867-7},
doi = {10.1007/978-1-4614-6868-4},
}
@Book{Sarkar2008_packages,
author = {Deepayan Sarkar},
publisher = {Springer},
title = {Lattice: Multivariate Data Visualization with {R}},
year = {2008},
address = {New York},
isbn = {978-0-387-75968-5},
url = {http://lmdvr.r-forge.r-project.org},
}
@Manual{R-PearsonDS,
title = {{PearsonDS}: {Pearson} Distribution System},