forked from AmeliaMN/StatLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.bib
More file actions
93 lines (89 loc) · 2.32 KB
/
book.bib
File metadata and controls
93 lines (89 loc) · 2.32 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
@Book{xie2015,
title = {Dynamic Documents with {R} and knitr},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
address = {Boca Raton, Florida},
year = {2015},
edition = {2nd},
note = {ISBN 978-1498716963},
url = {http://yihui.org/knitr/},
},
@Book{WicGro2017,
title = {R for Data Science},
author = {Hadley Wickham and Garrett Grolemund},
publisher = {O'Reilly},
year = {2017},
url = {https://r4ds.had.co.nz}
}
@Book{IsmKim,
title = {Statistical Inference via Data Science},
author = {Chester Ismay and Albert Y Kim},
publisher = {Chapman and Hall/CRC},
year = {2021},
url = {https://moderndive.com/index.html}
}
@article{Hest2015,
title = {What Teachers Should Know about the Bootstrap},
author = {Tim Hesterberg},
year = {2015},
url = {http://arxiv.org/abs/1411.5279},
journal = {The American Statistician},
volume = {69},
issue = {4}
}
@article{Efr1979,
author = {Brad Efron},
title = {Bootstrap Methods: Another Look at the Jackknife},
year = {1979},
journal = {Ann. Statist.},
volume = {7},
issue = {1},
url = {http://projecteuclid.org/euclid.aos/1176344552}
}
@book{LeeEDAS,
title = {Elements of Data Analytic Style},
author = {Jeff Leek},
url = {https://leanpub.com/datastyle},
year = {2015}
}
@book{PenRDS,
author = {Roger Peng},
title = {R Programming for Data Science},
url = {https://leanpub.com/rprogramming},
year = {2020}
}
@book{PenADS,
author = {Roger Peng},
title = {The Art of Data Science},
url = {https://leanpub.com/artofdatascience},
year = {2018}
}
@book{Cha2013,
author = {Winston Chang},
title = {R Cookbook},
url = {www.cookbook-r.com/},
publisher = {O'Reilly},
year = {2013}
}
@book{james2013introduction,
title={An introduction to statistical learning},
author={James, Gareth and Witten, Daniela and Hastie, Trevor and Tibshirani, Robert},
volume={112},
year={2013},
publisher={Springer}
}
@book{friedman2001elements,
title={The elements of statistical learning},
author={Friedman, Jerome and Hastie, Trevor and Tibshirani, Robert and others},
volume={1},
number={10},
year={2001},
publisher={Springer series in statistics New York}
}
@book{baumer2017modern,
title={Modern data science with R},
author={Baumer, Benjamin S and Kaplan, Daniel T and Horton, Nicholas J},
year={2017},
publisher={CRC Press},
url = {https://mdsr-book.github.io/}
}