forked from FreyaWen/R4Psy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchapter_12-r-references.bib
82 lines (82 loc) · 2.7 KB
/
chapter_12-r-references.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
@Manual{R-afex,
title = {afex: Analysis of Factorial Experiments},
author = {Henrik Singmann and Ben Bolker and Jake Westfall and Frederik Aust and Mattan S. Ben-Shachar},
year = {2023},
note = {R package version 1.3-0},
url = {https://CRAN.R-project.org/package=afex},
}
@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-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},
year = {2023},
note = {R package version 1.1.2},
url = {https://CRAN.R-project.org/package=dplyr},
}
@Book{R-ggplot2,
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},
}
@Manual{R-papaja,
title = {{papaja}: {Prepare} reproducible {APA} journal articles with {R Markdown}},
author = {Frederik Aust and Marius Barth},
year = {2022},
note = {R package version 0.1.1},
url = {https://github.com/crsh/papaja},
}
@Manual{R-patchwork,
title = {patchwork: The Composer of Plots},
author = {Thomas Lin Pedersen},
year = {2022},
note = {R package version 1.1.2},
url = {https://CRAN.R-project.org/package=patchwork},
}
@Manual{R-tidyr,
title = {tidyr: Tidy Messy Data},
author = {Hadley Wickham and Davis Vaughan and Maximilian Girlich},
year = {2023},
note = {R package version 1.3.0},
url = {https://CRAN.R-project.org/package=tidyr},
}
@Article{R-lme4,
title = {Fitting Linear Mixed-Effects Models Using {lme4}},
author = {Douglas Bates and Martin M{\"a}chler and Ben Bolker and Steve Walker},
journal = {Journal of Statistical Software},
year = {2015},
volume = {67},
number = {1},
pages = {1--48},
doi = {10.18637/jss.v067.i01},
}
@Manual{R-Matrix,
title = {Matrix: Sparse and Dense Matrix Classes and Methods},
author = {Douglas Bates and Martin Maechler and Mikael Jagan},
year = {2022},
note = {R package version 1.5-3},
url = {https://CRAN.R-project.org/package=Matrix},
}
@Manual{R-tinylabels,
title = {{tinylabels}: Lightweight Variable Labels},
author = {Marius Barth},
year = {2022},
note = {R package version 0.2.3},
url = {https://cran.r-project.org/package=tinylabels},
}
@Manual{R-emmeans,
title = {emmeans: Estimated Marginal Means, aka Least-Squares Means},
author = {Russell V. Lenth},
year = {2023},
note = {R package version 1.8.5},
url = {https://CRAN.R-project.org/package=emmeans},
}