-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackages.bib
51 lines (45 loc) · 1.72 KB
/
packages.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
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2023},
url = {https://www.R-project.org/},
}
@Manual{R-ffanalytics,
title = {{ffanalytics}: Scrape Data For Fantasy Football},
author = {Dennis Andersen and Isaac T. Petersen and Andrew Tungate},
note = {R package version 3.1.2.0001},
year = {2024},
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.0.2},
year = {2024},
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},
url = {https://xrobin.github.io/pROC/},
}
@Manual{R-rms,
title = {{rms}: Regression Modeling Strategies},
author = {Frank E. {Harrell, Jr.}},
note = {R package version 6.8-1},
year = {2024},
url = {https://hbiostat.org/R/rms/},
}
@Article{pROC2011,
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},
}
@Comment{jabref-meta: databaseType:bibtex;}