-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages1.bib
115 lines (115 loc) · 3.67 KB
/
packages1.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
@Manual{CiteR,
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/},
note = {Version 3.1.1},
}
@Manual{R-car,
title = {car: Companion to Applied Regression},
author = {John Fox and Sanford Weisberg},
year = {2014},
note = {R package version 2.0-22},
url = {http://CRAN.R-project.org/package=car},
}
@Manual{R-devtools,
title = {devtools: Tools to make developing R code easier},
author = {Hadley Wickham and Winston Chang},
year = {2014},
note = {R package version 1.6.1},
url = {http://CRAN.R-project.org/package=devtools},
}
@Manual{R-dplyr,
title = {dplyr: A Grammar of Data Manipulation},
author = {Hadley Wickham and Romain Francois},
year = {2014},
note = {R package version 0.3.0.2},
url = {http://CRAN.R-project.org/package=dplyr},
}
@Manual{R-ggplot2,
title = {ggplot2: An implementation of the Grammar of Graphics},
author = {Hadley Wickham and Winston Chang},
year = {2014},
note = {R package version 1.0.0},
url = {http://CRAN.R-project.org/package=ggplot2},
}
@Manual{R-httr,
title = {httr: Tools for working with URLs and HTTP},
author = {Hadley Wickham},
year = {2014},
note = {R package version 0.5},
url = {http://CRAN.R-project.org/package=httr},
}
@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.8},
url = {http://CRAN.R-project.org/package=knitr},
}
@Manual{R-lmtest,
title = {lmtest: Testing Linear Regression Models},
author = {Torsten Hothorn and Achim Zeileis and Richard W. Farebrother and Clint Cummins},
year = {2014},
note = {R package version 0.9-33},
url = {http://CRAN.R-project.org/package=lmtest},
}
@Manual{R-plm,
title = {plm: Linear Models for Panel Data},
author = {Yves Croissant and Giovanni Millo},
year = {2013},
note = {R package version 1.4-0},
url = {http://CRAN.R-project.org/package=plm},
}
@Manual{R-reshape2,
title = {reshape2: Flexibly reshape data: a reboot of the reshape package.},
author = {Hadley Wickham},
year = {2014},
note = {R package version 1.4},
url = {http://CRAN.R-project.org/package=reshape2},
}
@Manual{R-rsdmx,
title = {rsdmx: Tools for reading SDMX data and metadata},
author = {Emmanuel Blondel},
year = {2014},
note = {R package version 0.4-2},
url = {https://github.com/opensdmx/rsdmx, http://www.sdmx.org},
}
@Manual{R-sandwich,
title = {sandwich: Robust Covariance Matrix Estimators},
author = {Thomas Lumley and Achim Zeileis},
year = {2014},
note = {R package version 2.3-2},
url = {http://CRAN.R-project.org/package=sandwich},
}
@Manual{R-stargazer,
title = {stargazer: LaTeX/HTML code and ASCII text for well-formatted regression and
summary statistics tables},
author = {Marek Hlavac},
year = {2014},
note = {R package version 5.1},
url = {http://CRAN.R-project.org/package=stargazer},
}
@Manual{R-stringr,
title = {stringr: Make it easier to work with strings.},
author = {Hadley Wickham},
year = {2012},
note = {R package version 0.6.2},
url = {http://CRAN.R-project.org/package=stringr},
}
@Manual{R-tidyr,
title = {tidyr: Easily tidy data with spread and gather functions.},
author = {'Hadley Wickham'},
year = {2014},
note = {R package version 0.1},
url = {http://CRAN.R-project.org/package=tidyr},
}
@Manual{R-XML,
title = {XML: Tools for parsing and generating XML within R and S-Plus.},
author = {Duncan {Temple Lang}},
year = {2013},
note = {R package version 3.98-1.1},
url = {http://CRAN.R-project.org/package=XML},
}