-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbib.bib
290 lines (260 loc) · 10.4 KB
/
bib.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
@book{WickhamHadley2015AR,
author = {Wickham, Hadley},
keywords = {R (Computer program language); Electronic books},
series = {Chapman & Hall/CRC the R series (CRC Press)},
abstract = {An Essential Reference for Intermediate and Advanced R ProgrammersAdvanced R presents useful tools and techniques for attacking many types of R programming problems, helping you avoid mistakes and dead ends. With more than ten years of experience programming in R, the author illustrates the elegance, beauty, and flexibility at the heart of R.The book develops the necessary skills to produce quality code that can be used in a variety of circumstances. You will learn:The fundamentals of R, including standard data types and functionsFunctional programming as a useful framework for solving wide cl},
isbn = {1-4987-5980-7},
year = {2015},
title = {Advanced R},
language = {eng},
URL = {http://adv-r.had.co.nz/}
}
@article{IhakaGentleman96,
ISSN = {10618600},
URL = {http://www.jstor.org/stable/1390807},
abstract = {In this article we discuss our experience designing and implementing a statistical computing language. In developing this new language, we sought to combine what we felt were useful features from two existing computer languages. We feel that the new language provides advantages in the areas of portability, computational efficiency, memory management, and scoping.},
author = {Ross Ihaka and Robert Gentleman},
journal = {Journal of Computational and Graphical Statistics},
number = {3},
pages = {299--314},
publisher = {[American Statistical Association, Taylor & Francis, Ltd., Institute of Mathematical Statistics, Interface Foundation of America]},
title = {R: A Language for Data Analysis and Graphics},
volume = {5},
year = {1996}
}
@Article{tidy-data,
author = {Hadley Wickham},
issue = {10},
journal = {The Journal of Statistical Software},
selected = {TRUE},
title = {Tidy data},
url = {http://www.jstatsoft.org/v59/i10/},
volume = {59},
year = {2014},
bdsk-url-1 = {http://www.jstatsoft.org/v59/i10/},
}
@article{JSSv040i03,
author = {Garrett Grolemund and Hadley Wickham},
title = {Dates and Times Made Easy with lubridate},
journal = {Journal of Statistical Software, Articles},
volume = {40},
number = {3},
year = {2011},
keywords = {date},
abstract = {This paper presents the lubridate package for R, which facilitates working with dates and times. Date-times create various technical problems for the data analyst. The paper highlights these problems and offers practical advice on how to solve them using lubridate. The paper also introduces a conceptual framework for arithmetic with date-times in R.},
issn = {1548-7660},
pages = {1--25},
doi = {10.18637/jss.v040.i03},
url = {https://www.jstatsoft.org/v040/i03}
}
@book{RodMen2018,
abstract = {A gentle Introduction using R.},
isbn = {9781119302612},
year = {2018},
title = {Probability, Decisions and Games: A gentle Introduction using R},
language = {eng},
author = {Rodriguez, Abel and Mendes, Bruno},
keywords = {Statistical decision; Probabilities; Statistics -- Data processing}
}
@book{KabacoffRobert2015Ria,
abstract = {R in Action, Second Edition teaches you how to use the R language by presenting examples relevant to scientific, technical, and business developers. Focusing on practical solutions, the book offers a crash course in statistics, including elegant methods for dealing with messy and incomplete data. You'll also master R's extensive graphical capabilities for exploring and presenting data visually. And this expanded second edition includes new chapters on forecasting, data mining, and dynamic report writing.},
isbn = {1-61729-138-2},
year = {2015},
title = {R in action : data analysis and graphics with R},
language = {eng},
author = {Kabacoff, Robert},
keywords = {R (Computer program language); Statistics -- Data processing; Electronic books},
}
@online{RSyntax-Cheatsheet,
author = {Amelia McNamara},
organization = {University of St. Thomas},
title = {Syntax Comparison},
year = {2020},
month = {February},
url = {https://github.com/rstudio/cheatsheets/raw/master/syntax.pdf},
addendum = {(accessed: 1.24.2021)},
keywords = {R (Computer program language); R (Syntax); cheat sheet}
}
@online{BaseR-Cheatsheet,
author = {Mhairi McNeill},
organization = {RStudio},
title = {Base R Cheat Sheet},
year = {2020},
month = {3},
day = {15},
url = {https://raw.githubusercontent.com/rstudio/cheatsheets/master/base-r.pdf},
addendum = {(accessed: 2.03.2021)},
keywords = {R (Computer program language); Base R; cheat sheet}
}
@online{DiffNAandNaN,
author = {Xianjun Dong},
organization = {R-bloggers},
title = {Difference between NA and NaN},
year = {2012},
month = {8},
day = {23},
url = {https://www.r-bloggers.com/2012/08/difference-between-na-and-nan-in-r/},
addendum = {(accessed: 2.07.2021)},
keywords = {R (Computer program language); R-Bloggers; blog; missing values; NA; NaN}
}
@online{DatesAndTimesInR,
author = {Phil Spector},
organization = {University of Berkeley},
title = {Dates and Times in R},
year = {2011},
month = {5},
day = {31},
url = {https://www.stat.berkeley.edu/~s133/dates.html},
addendum = {(accessed: 2.11.2021)},
keywords = {R (Computer program language); date; time}
}
@online{UBerkeleyS133.ConceptsComputeWithData,
author = {Phil Spector},
organization = {University of Berkeley},
title = {Concepts in Computing with Data},
year = {2011},
month = {5},
day = {31},
url = {https://www.stat.berkeley.edu/~s133/},
addendum = {(accessed: 2.11.2021)},
keywords = {R (Computer program language); date; time}
}
@online{RLangDef.objects,
author = {R-Project.org},
organization = {The Comprehensive R Archive Network (CRAN)},
title = {R Language Definition, Objects},
year = {2020},
url = {https://cran.r-project.org/doc/manuals/r-release/R-lang.html#Objects},
addendum = {(accessed: 1.25.2021)},
keywords = {R (Computer program language); R (Syntax); objects; variables}
}
@online{CRAN.FAQ.RDoesNotThinkNumbersAreEqual,
author = {Kurt Hornik},
organization = {The Comprehensive R Archive Network (CRAN)},
title = {Frequently Asked Questions on R},
subtitle = {7.31 Why doesn’t R think these numbers are equal?},
year = {2020},
month = {02},
day = {20},
url = {https://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-doesn_0027t-R-think-these-numbers-are-equal_003f},
addendum = {(accessed: 1.25.2021)},
keywords = {R (Computer program language); R (Syntax); number representation; round-off error}
}
@online{TheCarpentries.org.home,
author = {The Carpentries},
organization = {The Carpentries},
title = {The Carpentries},
year = {2020},
url = {https://carpentries.org/},
addendum = {(accessed: 1.24.2021)},
keywords = {Data and computere skills for researchers}
}
@online{DataCarpentry.org-Funcs-and-Args,
author = {Data Carprentry},
organization = {The Carpentries},
title = {Functions and its arguments in R },
year = {2020},
month = {February},
url = {https://datacarpentry.org/R-ecology-lesson/01-intro-to-r.html#Functions_and_their_arguments},
addendum = {(accessed: 1.24.2021)},
keywords = {R (Computer program language); R (Syntax); cheatsheet}
}
@online{StatisticsGlobe,
author = {Joachim Schork},
organization = {Statistics Globe},
title = {Welcome to Statistics Globe},
year = {2021},
url = {https://statisticsglobe.com/r-programming-language},
addendum = {(accessed: 2.11.2021)},
keywords = {R (Computer program language); R (Syntax); tutorial}
}
@online{TheRInferno,
author = {Patrick Burns},
organization = {www.burns-stat.com},
title = {The R Inferno},
year = {2011},
month = {04},
day = {30},
url = {https://www.burns-stat.com/pages/Tutor/R_inferno.pdf},
addendum = {(accessed: 2.11.2021)},
keywords = {R (Computer program language); R (Syntax); book}
}
@Manual{R-animation,
title = {animation: A gallery of animations in statistics and utilities to create
animations},
author = {Yihui Xie},
year = {2013},
note = {R package version 2.3},
url = {http://yihui.name/animation},
}
@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 = {2014},
url = {http://www.R-project.org/},
}
@Manual{R-codetools,
title = {codetools: Code Analysis Tools for R},
author = {Luke Tierney},
year = {2011},
note = {R package version 0.2-8},
url = {http://CRAN.R-project.org/package=codetools},
}
@Manual{R-evaluate,
title = {evaluate: Parsing and evaluation tools that provide more
details than the default.},
author = {Hadley Wickham},
year = {2014},
note = {R package version 0.5.5},
}
@Manual{R-filehash,
title = {filehash: Simple key-value database},
author = {Roger D. Peng},
year = {2014},
note = {R package version 2.2-2},
url = {http://CRAN.R-project.org/package=filehash},
}
@Manual{R-formatR,
title = {formatR: Format R Code Automatically},
author = {Yihui Xie},
year = {2013},
note = {R package version 0.10},
url = {http://yihui.name/formatR},
}
@Manual{R-ggplot2,
title = {ggplot2: An implementation of the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang},
note = {R package version 1.0.0},
url = {http://ggplot2.org, https://github.com/hadley/ggplot2},
year = {2014},
}
@Manual{R-knitr,
title = {knitr: A general-purpose package for dynamic report generation in R},
author = {Yihui Xie},
year = {2014},
note = {R package version 1.6},
url = {http://yihui.name/knitr/},
}
@Manual{R-MASS,
title = {MASS: Support Functions and Datasets for Venables and Ripley's MASS},
author = {Brian Ripley},
year = {2014},
note = {R package version 7.3-33},
url = {http://CRAN.R-project.org/package=MASS},
}
@Manual{R-rgl,
title = {rgl: 3D visualization device system (OpenGL)},
author = {Daniel Adler and Duncan Murdoch},
year = {2014},
note = {R package version 0.93.996},
url = {http://CRAN.R-project.org/package=rgl},
}
@Manual{R-tikzDevice,
title = {tikzDevice: R Graphics Output in LaTeX Format},
author = {Charlie Sharpsteen and Cameron Bracken},
year = {2013},
note = {R package version 0.7.0},
url = {http://CRAN.R-project.org/package=tikzDevice},
}