-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.bib
More file actions
109 lines (98 loc) · 2.79 KB
/
book.bib
File metadata and controls
109 lines (98 loc) · 2.79 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
@Book{StepbyStep,
title = {A Step-by-Step {R} Tutorial: An introduction into {R} applications and programming},
author = {Niël J. {le Roux} and Sugnet Lubbe},
publisher = {Bookboon},
year = {2021},
edition = {2nd},
url = {http://bookboon.com/en/a-step-by-step-r-tutorial-ebook},
}
@Book{AndrewsHerzberg1985,
title = {Data},
author = {D F Andrews and A M Herzberg},
publisher = {Springer-Verlag},
address = {New York},
year = {1985},
note = {ISBN 978-1-4612-9563-1},
}
@Book{BeckerChambersWilks1988,
title = {The New {S} Language: A Programming Environment for Data Analysis and Graphics.},
author = {Richard A. Becker and John M. Chambers and Allan R. Wilks},
publisher = {Wadsworth \& Brooks/Cole},
address = {Pacific Grove, CA},
year = {1988},
note = {ISBN 0-543-09192-X},
}
@Book{Chambers1998,
title = {Programming with data: a guide to the {S} language},
author = {John M. Chambers},
publisher = {Springer},
address = {Berlin},
year = {1998},
note = {ISBN 0-378-98503-4},
}
@Book{Chambers2008,
title = {Software for data analysis programming with {R}},
author = {John M. Chambers},
publisher = {Springer},
address = {Berlin},
year = {2008},
note = {ISBN 0-378-75935-2},
}
@Book{ChambersHastie1993,
title = {Statistical Models in {S}},
editor = {John M. Chambers and Trevor J. Hastie},
publisher = {Wadsworth \& Brooks/Cole},
address = {Pacific Grove, CA},
year = {1993},
note = {ISBN 0-412-05291-1},
}
@Book{DobsonBarnett2008,
title = {An Introduction to Generalized Linear Models},
author = {A J Dobson and A G Barnett},
publisher = {CRC press},
address = {Boca Raton},
year = {2008},
note = {ISBN 978-1-58488-950-2},
}
@Article{IhakaGentleman1996,
title = {R: A language for data anlaysis and graphics},
author = {Ross Ihaka and Robert Gentleman},
journal = {Journal of Computational and Graphical Statistics},
volume = {5(3)},
pages = {299-314},
year = {1996}
}
@Book{MillikenJohnson2002,
title = {Analysis of messy Data},
volume = {III},
author = {G A Milliken and D E Johnson},
publisher = {Chapman \& Hall / CRC press},
address = {New York},
year = {2002},
note = {ISBN 978-1-58488-083-7},
}
@Book{Spector1994,
title = {An Introduction to {S} and S-Plus},
author = {Phil Spector},
publisher = {Duxbury Press},
address = {Pacific Grove, CA},
year = {1994},
note = {ISBN 978-1-4398-3176-2},
}
@Article{Wickham2010,
title = {A layered grammar of graphics},
author = {Hadley Wickham},
journal = {Journal of Computational and Graphical Statistics},
volume = {19(1)},
pages = {3-28},
year = {2010}
}
@Book{Wilkenson2005,
title = {The Grammar of Graphics},
edition = {2nd},
author = {L Wilkenson},
publisher = {Springer},
address = {New York},
year = {2005},
note = {ISBN 978-0-3872-4544-7},
}