-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.bib
39 lines (36 loc) · 2.26 KB
/
CV.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
@book{wickham_r_2015,
address = {Sebastopol, CA},
edition = {First edition},
title = {R packages},
isbn = {978-1-4919-1059-7},
abstract = {Turn your R code into packages that others can easily download and use. This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickham's package development philosophy. In the process, you'll work with devtools, roxygen, and testthat, a set of R packages that automate common development tasks. Devtools encapsulates best practices that Hadley has learned from years of working with this programming language.Ideal for developers, data scientists, and programmers with various backgrounds, this book starts you with the basics and shows you how to improve your package writing over time. You'll learn to focus on what you want your package to do, rather than think about package structure. Ideal for developers, data scientists, and programmers with various backgrounds, this book starts with the basics and shows you how to improve your package writing over time. You'll learn to focus on what you want your package to do, rather than think about package structure},
publisher = {O'Reilly Media},
author = {Wickham, Hadley},
year = {2015},
keywords = {R (Computer program language)},
annote = {Includes index}
}
@book{ugarte_probability_2016,
address = {Boca Raton},
edition = {Second edition},
title = {Probability and statistics with {R}},
isbn = {978-1-4665-0439-4},
publisher = {CRC Press, Taylor \& Francis Group},
author = {Ugarte, María Dolores and Militino, Ana F. and Arnholt, Alan T.},
year = {2016},
keywords = {Data processing, Probabilities, R (Computer program language), Statistics},
annote = {"A Chapman \& Hall book."}
}
@book{james_introduction_2013,
address = {New York},
series = {Springer texts in statistics},
title = {An introduction to statistical learning: with applications in {R}},
isbn = {978-1-4614-7137-0},
shorttitle = {An introduction to statistical learning},
number = {103},
publisher = {Springer},
editor = {James, Gareth and Witten, Daniela and Hastie, Trevor and Tibshirani, Robert},
year = {2013},
keywords = {Mathematical models, Mathematical statistics, R (Computer program language), Statistics},
annote = {Includes index}
}