Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/extensions/basic/bibliography.bib
3563 views
1
@book{CameronTrivedi2013,
2
author = {A. Colin Cameron and Pravin K. Trivedi},
3
title = {Regression Analysis of Count Data},
4
year = {2013},
5
edition = {2nd},
6
publisher = {Cambridge University Press},
7
address = {Cambridge}
8
}
9
10
@book{ChambersHastie1992,
11
editor = {John M. Chambers and Trevor J. Hastie},
12
title = {Statistical Models in \proglang{S}},
13
publisher = {Chapman \& Hall},
14
year = {1992},
15
address = {London}
16
}
17
18
@manual{Jackman2015,
19
title = {\pkg{pscl}: Classes and Methods for \proglang{R} Developed in the Political Science Computational Laboratory, Stanford University},
20
author = {Simon Jackman},
21
year = {2015},
22
note = {\proglang{R} package version 1.4.9},
23
url = {https://CRAN.R-project.org/package=pscl}
24
}
25
26
@article{Mullahy1986,
27
author = {John Mullahy},
28
title = {Specification and Testing of Some Modified Count Data Models},
29
year = {1986},
30
journal = {Journal of Econometrics},
31
volume = {33},
32
number = {3},
33
pages = {341--365},
34
doi = {10.1016/0304-4076(86)90002-3}
35
}
36
37
@book{McCullaghNelder1989,
38
author = {Peter McCullagh and John A. Nelder},
39
title = {Generalized Linear Models},
40
edition = {2nd},
41
year = {1989},
42
publisher = {Chapman \& Hall},
43
address = {London},
44
doi = {10.1007/978-1-4899-3242-6}
45
}
46
47
@manual{R,
48
title = {\proglang{R}: {A} Language and Environment for Statistical Computing},
49
author = {{\proglang{R} Core Team}},
50
organization = {\proglang{R} Foundation for Statistical Computing},
51
address = {Vienna, Austria},
52
year = {2017},
53
url = {https://www.R-project.org/}
54
}
55
56
@article{StasinopoulosRigby2007,
57
author = {D. Mikis Stasinopoulos and Robert A. Rigby},
58
title = {Generalized Additive Models for Location Scale and Shape ({GAMLSS}) in \proglang{R}},
59
journal = {Journal of Statistical Software},
60
year = {2007},
61
volume = {23},
62
number = {7},
63
pages = {1--46},
64
doi = {10.18637/jss.v023.i07}
65
}
66
67
@book{VenablesRipley2002,
68
author = {William N. Venables and Brian D. Ripley},
69
title = {Modern Applied Statistics with \proglang{S}},
70
edition = {4th},
71
year = {2002},
72
pages = {495},
73
publisher = {Springer-Verlag},
74
address = {New York},
75
doi = {10.1007/978-0-387-21706-2}
76
}
77
78
@book{Wood2006,
79
author = {Simon N. Wood},
80
title = {Generalized Additive Models: An Introduction with \proglang{R}},
81
year = {2006},
82
publisher = {Chapman \& Hall/CRC},
83
address = {Boca Raton}
84
}
85
86
@article{Yee2009,
87
author = {Thomas W. Yee},
88
title = {The \pkg{VGAM} Package for Categorical Data Analysis},
89
journal = {Journal of Statistical Software},
90
year = {2010},
91
volume = {32},
92
number = {10},
93
pages = {1--34},
94
doi = {10.18637/jss.v032.i10}
95
}
96
97
@article{ZeileisKleiberJackman2008,
98
author = {Achim Zeileis and Christian Kleiber and Simon Jackman},
99
title = {Regression Models for Count Data in \proglang{R}},
100
journal = {Journal of Statistical Software},
101
year = {2008},
102
volume = {27},
103
number = {8},
104
pages = {1--25},
105
doi = {10.18637/jss.v027.i08}
106
}
107
108