This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
forked from arcruz0/libroadp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.bib
734 lines (652 loc) · 22.1 KB
/
packages.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
@Manual{R-broom,
title = {broom: Convert Statistical Analysis Objects into Tidy Tibbles},
author = {David Robinson and Alex Hayes},
year = {2020},
note = {R package version 0.5.6},
url = {https://CRAN.R-project.org/package=broom},
}
@Manual{R-car,
title = {car: Companion to Applied Regression},
author = {John Fox and Sanford Weisberg and Brad Price},
year = {2020},
note = {R package version 3.0-8},
url = {https://CRAN.R-project.org/package=car},
}
@Manual{R-countrycode,
title = {countrycode: Convert Country Names and Country Codes},
author = {Vincent Arel-Bundock},
year = {2020},
note = {R package version 1.2.0},
url = {https://CRAN.R-project.org/package=countrycode},
}
@Manual{R-dagitty,
title = {dagitty: Graphical Analysis of Structural Causal Models},
author = {Johannes Textor and Benito {van der Zander}},
year = {2016},
note = {R package version 0.2-2},
url = {https://CRAN.R-project.org/package=dagitty},
}
@Manual{R-data.table,
title = {data.table: Extension of `data.frame`},
author = {Matt Dowle and Arun Srinivasan},
year = {2019},
note = {R package version 1.12.8},
url = {https://CRAN.R-project.org/package=data.table},
}
@Manual{R-DescTools,
title = {DescTools: Tools for Descriptive Statistics},
author = {Andri Signorell},
year = {2020},
note = {R package version 0.99.36},
url = {https://CRAN.R-project.org/package=DescTools},
}
@Manual{R-factoextra,
title = {factoextra: Extract and Visualize the Results of Multivariate Data Analyses},
author = {Alboukadel Kassambara and Fabian Mundt},
year = {2020},
note = {R package version 1.0.7},
url = {https://CRAN.R-project.org/package=factoextra},
}
@Manual{R-FactoMineR,
title = {FactoMineR: Multivariate Exploratory Data Analysis and Data Mining},
author = {Francois Husson and Julie Josse and Sebastien Le and Jeremy Mazet},
year = {2020},
note = {R package version 2.3},
url = {https://CRAN.R-project.org/package=FactoMineR},
}
@Manual{R-ff,
title = {ff: Memory-Efficient Storage of Large Data on Disk and Fast Access
Functions},
author = {Daniel Adler and Christian Gläser and Oleg Nenadic and Jens Oehlschlägel and Walter Zucchini},
year = {2020},
note = {R package version 2.2-14.2},
url = {https://CRAN.R-project.org/package=ff},
}
@Manual{R-GGally,
title = {GGally: Extension to 'ggplot2'},
author = {Barret Schloerke and Di Cook and Joseph Larmarange and Francois Briatte and Moritz Marbach and Edwin Thoen and Amos Elberg and Jason Crowley},
year = {2020},
note = {R package version 2.0.0},
url = {https://CRAN.R-project.org/package=GGally},
}
@Manual{R-ggalt,
title = {ggalt: Extra Coordinate Systems, 'Geoms', Statistical Transformations,
Scales and Fonts for 'ggplot2'},
author = {Bob Rudis and Ben Bolker and Jan Schulz},
year = {2017},
note = {R package version 0.4.0},
url = {https://CRAN.R-project.org/package=ggalt},
}
@Manual{R-ggcorrplot,
title = {ggcorrplot: Visualization of a Correlation Matrix using 'ggplot2'},
author = {Alboukadel Kassambara},
year = {2019},
note = {R package version 0.1.3},
url = {https://CRAN.R-project.org/package=ggcorrplot},
}
@Manual{R-ggdag,
title = {ggdag: Analyze and Create Elegant Directed Acyclic Graphs},
author = {Malcolm Barrett},
year = {2020},
note = {R package version 0.2.2},
url = {https://CRAN.R-project.org/package=ggdag},
}
@Manual{R-ggraph,
title = {ggraph: An Implementation of Grammar of Graphics for Graphs and Networks},
author = {Thomas Lin Pedersen},
year = {2020},
note = {R package version 2.0.3},
url = {https://CRAN.R-project.org/package=ggraph},
}
@Manual{R-ggrepel,
title = {ggrepel: Automatically Position Non-Overlapping Text Labels with
'ggplot2'},
author = {Kamil Slowikowski},
year = {2020},
note = {R package version 0.8.2},
url = {https://CRAN.R-project.org/package=ggrepel},
}
@Manual{R-ggwordcloud,
title = {ggwordcloud: A Word Cloud Geom for 'ggplot2'},
author = {Erwan {Le Pennec} and Kamil Slowikowski},
year = {2019},
note = {R package version 0.5.0},
url = {https://CRAN.R-project.org/package=ggwordcloud},
}
@Manual{R-glue,
title = {glue: Interpreted String Literals},
author = {Jim Hester},
year = {2020},
note = {R package version 1.4.1},
url = {https://CRAN.R-project.org/package=glue},
}
@Manual{R-gridExtra,
title = {gridExtra: Miscellaneous Functions for "Grid" Graphics},
author = {Baptiste Auguie},
year = {2017},
note = {R package version 2.3},
url = {https://CRAN.R-project.org/package=gridExtra},
}
@Manual{R-haven,
title = {haven: Import and Export 'SPSS', 'Stata' and 'SAS' Files},
author = {Hadley Wickham and Evan Miller},
year = {2020},
note = {R package version 2.3.1},
url = {https://CRAN.R-project.org/package=haven},
}
@Manual{R-inexact,
title = {inexact: fuzzy join supervisor},
author = {Andrés Cruz},
year = {2020},
note = {R package version 0.0.3},
}
@Manual{R-jtools,
title = {jtools: Analysis and Presentation of Social Scientific Data},
author = {Jacob A. Long},
year = {2020},
note = {R package version 2.0.5},
url = {https://CRAN.R-project.org/package=jtools},
}
@Manual{R-lmtest,
title = {lmtest: Testing Linear Regression Models},
author = {Torsten Hothorn and Achim Zeileis and Richard W. Farebrother and Clint Cummins},
year = {2019},
note = {R package version 0.9-37},
url = {https://CRAN.R-project.org/package=lmtest},
}
@Manual{R-lubridate,
title = {lubridate: Make Dealing with Dates a Little Easier},
author = {Vitalie Spinu and Garrett Grolemund and Hadley Wickham},
year = {2020},
note = {R package version 1.7.8},
url = {https://CRAN.R-project.org/package=lubridate},
}
@Manual{R-margins,
title = {margins: Marginal Effects for Model Objects},
author = {Thomas J. Leeper},
year = {2018},
note = {R package version 0.3.23},
url = {https://CRAN.R-project.org/package=margins},
}
@Manual{R-MatchIt,
title = {MatchIt: Nonparametric Preprocessing for Parametric Causal Inference},
author = {Daniel Ho and Kosuke Imai and Gary King and Elizabeth Stuart},
year = {2018},
note = {R package version 3.0.2},
url = {https://CRAN.R-project.org/package=MatchIt},
}
@Manual{R-mice,
title = {mice: Multivariate Imputation by Chained Equations},
author = {Stef {van Buuren} and Karin Groothuis-Oudshoorn},
year = {2020},
note = {R package version 3.9.0},
url = {https://CRAN.R-project.org/package=mice},
}
@Manual{R-miceadds,
title = {miceadds: Some Additional Multiple Imputation Functions, Especially for
'mice'},
author = {Alexander Robitzsch and Simon Grund and Thorsten Henke},
year = {2020},
note = {R package version 3.9-14},
url = {https://CRAN.R-project.org/package=miceadds},
}
@Manual{R-naniar,
title = {naniar: Data Structures, Summaries, and Visualisations for Missing Data},
author = {Nicholas Tierney and Di Cook and Miles McBain and Colin Fay},
year = {2020},
note = {R package version 0.5.1},
url = {https://CRAN.R-project.org/package=naniar},
}
@Manual{R-plm,
title = {plm: Linear Models for Panel Data},
author = {Yves Croissant and Giovanni Millo and Kevin Tappe},
year = {2020},
note = {R package version 2.2-3},
url = {https://CRAN.R-project.org/package=plm},
}
@Manual{R-plotROC,
title = {plotROC: Generate Useful ROC Curve Charts for Print and Interactive Use},
author = {Michael C. Sachs},
year = {2018},
note = {R package version 2.2.1},
url = {https://CRAN.R-project.org/package=plotROC},
}
@Manual{R-prediction,
title = {prediction: Tidy, Type-Safe 'prediction()' Methods},
author = {Thomas J. Leeper},
year = {2019},
note = {R package version 0.3.14},
url = {https://CRAN.R-project.org/package=prediction},
}
@Manual{R-pscl,
title = {pscl: Political Science Computational Laboratory},
author = {Simon Jackman and with contributions from Alex Tahk and Achim Zeileis and Christina Maimone and Jim Fearon and Zoe Meers},
year = {2020},
note = {R package version 1.5.5},
url = {https://CRAN.R-project.org/package=pscl},
}
@Manual{R-qdapRegex,
title = {qdapRegex: Regular Expression Removal, Extraction, and Replacement Tools},
author = {Tyler Rinker},
year = {2017},
note = {R package version 0.7.2},
url = {https://CRAN.R-project.org/package=qdapRegex},
}
@Manual{R-quanteda,
title = {quanteda: Quantitative Analysis of Textual Data},
author = {Kenneth Benoit and Kohei Watanabe and Haiyan Wang and Paul Nulty and Adam Obeng and Stefan Müller and Akitaka Matsuo and Jiong Wei Lua and Jouni Kuha and William Lowe},
year = {2020},
note = {R package version 2.0.1},
url = {https://CRAN.R-project.org/package=quanteda},
}
@Manual{R-quanteda.textmodels,
title = {quanteda.textmodels: Scaling Models and Classifiers for Textual Data},
author = {Kenneth Benoit and Kohei Watanabe and Haiyan Wang and Stefan Müller and Patrick O. Perry and Benjamin Lauderdale and William Lowe},
year = {2020},
note = {R package version 0.9.1},
url = {https://CRAN.R-project.org/package=quanteda.textmodels},
}
@Manual{R-readxl,
title = {readxl: Read Excel Files},
author = {Hadley Wickham and Jennifer Bryan},
year = {2019},
note = {R package version 1.3.1},
url = {https://CRAN.R-project.org/package=readxl},
}
@Manual{R-remotes,
title = {remotes: R Package Installation from Remote Repositories, Including
'GitHub'},
author = {Jim Hester and Gábor Csárdi and Hadley Wickham and Winston Chang and Martin Morgan and Dan Tenenbaum},
year = {2020},
note = {R package version 2.1.1},
url = {https://CRAN.R-project.org/package=remotes},
}
@Manual{R-rnaturalearthhires,
title = {rnaturalearthhires: High Resolution World Vector Map Data from Natural Earth used in
rnaturalearth},
author = {Andy South},
year = {2020},
note = {https://docs.ropensci.org/rnaturalearthhires,
https://github.com/ropensci/rnaturalearthhires},
}
@Manual{R-rtweet,
title = {rtweet: Collecting Twitter Data},
author = {Michael W. Kearney},
year = {2020},
note = {R package version 0.7.0},
url = {https://CRAN.R-project.org/package=rtweet},
}
@Manual{R-rvest,
title = {rvest: Easily Harvest (Scrape) Web Pages},
author = {Hadley Wickham},
year = {2019},
note = {R package version 0.3.5},
url = {https://CRAN.R-project.org/package=rvest},
}
@Manual{R-sandwich,
title = {sandwich: Robust Covariance Matrix Estimators},
author = {Achim Zeileis and Thomas Lumley},
year = {2019},
note = {R package version 2.5-1},
url = {https://CRAN.R-project.org/package=sandwich},
}
@Manual{R-separationplot,
title = {separationplot: Separation Plots},
author = {Brian D. Greenhill and Michael D. Ward and Audrey Sacks},
year = {2020},
note = {R package version 1.3},
url = {https://CRAN.R-project.org/package=separationplot},
}
@Manual{R-sf,
title = {sf: Simple Features for R},
author = {Edzer Pebesma},
year = {2020},
note = {https://r-spatial.github.io/sf/, https://github.com/r-spatial/sf/},
}
@Manual{R-skimr,
title = {skimr: Compact and Flexible Summaries of Data},
author = {Elin Waring and Michael Quinn and Amelia McNamara and Eduardo {Arino de la Rubia} and Hao Zhu and Shannon Ellis},
year = {2020},
note = {R package version 2.1.1},
url = {https://CRAN.R-project.org/package=skimr},
}
@Manual{R-spdep,
title = {spdep: Spatial Dependence: Weighting Schemes, Statistics},
author = {Roger Bivand},
year = {2019},
note = {R package version 1.1-3},
url = {https://CRAN.R-project.org/package=spdep},
}
@Manual{R-stm,
title = {stm: Estimation of the Structural Topic Model},
author = {Margaret Roberts and Brandon Stewart and Dustin Tingley},
year = {2019},
note = {R package version 1.3.5},
url = {https://CRAN.R-project.org/package=stm},
}
@Manual{R-stopwords,
title = {stopwords: Multilingual Stopword Lists},
author = {Kenneth Benoit and David Muhr and Kohei Watanabe},
year = {2020},
note = {R package version 2.0},
url = {https://CRAN.R-project.org/package=stopwords},
}
@Manual{R-stringdist,
title = {stringdist: Approximate String Matching and String Distance Functions},
author = {Mark {van der Loo}},
year = {2019},
note = {R package version 0.9.5.5},
url = {https://CRAN.R-project.org/package=stringdist},
}
@Manual{R-survival,
title = {survival: Survival Analysis},
author = {Terry M Therneau},
year = {2020},
note = {R package version 3.1-12},
url = {https://CRAN.R-project.org/package=survival},
}
@Manual{R-survminer,
title = {survminer: Drawing Survival Curves using 'ggplot2'},
author = {Alboukadel Kassambara and Marcin Kosinski and Przemyslaw Biecek},
year = {2020},
note = {R package version 0.4.7},
url = {https://CRAN.R-project.org/package=survminer},
}
@Manual{R-texreg,
title = {texreg: Conversion of R Regression Output to LaTeX or HTML Tables},
author = {Philip Leifeld},
year = {2020},
note = {R package version 1.37.1},
url = {https://CRAN.R-project.org/package=texreg},
}
@Manual{R-tidygraph,
title = {tidygraph: A Tidy API for Graph Manipulation},
author = {Thomas Lin Pedersen},
year = {2020},
note = {R package version 1.2.0},
url = {https://CRAN.R-project.org/package=tidygraph},
}
@Manual{R-tidystm,
title = {tidystm: Extract Effect from estimateEffect in the stm Package},
author = {Mikael Johannesson},
year = {2020},
note = {R package version 0.0.0.9000},
}
@Manual{R-tidytext,
title = {tidytext: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools},
author = {David Robinson and Julia Silge},
year = {2020},
note = {R package version 0.2.4.900},
url = {http://github.com/juliasilge/tidytext},
}
@Manual{R-tidyverse,
title = {tidyverse: Easily Install and Load the 'Tidyverse'},
author = {Hadley Wickham},
year = {2019},
note = {R package version 1.3.0},
url = {https://CRAN.R-project.org/package=tidyverse},
}
@Manual{R-unvotes,
title = {unvotes: United Nations General Assembly Voting Data},
author = {David Robinson},
year = {2017},
note = {R package version 0.2.0},
url = {https://CRAN.R-project.org/package=unvotes},
}
@Book{car2019,
title = {An {R} Companion to Applied Regression},
edition = {Third},
author = {John Fox and Sanford Weisberg},
year = {2019},
publisher = {Sage},
address = {Thousand Oaks {CA}},
url = {https://socialsciences.mcmaster.ca/jfox/Books/Companion/},
}
@Article{countrycode2018,
title = {countrycode: An R package to convert country names and country codes},
author = {Vincent Arel-Bundock and Nils Enevoldsen and CJ Yetman},
journal = {Journal of Open Source Software},
year = {2018},
volume = {3},
number = {28},
pages = {848},
url = {https://doi.org/10.21105/joss.00848},
}
@Article{FactoMineR2008,
title = {{FactoMineR}: A Package for Multivariate Analysis},
author = {S\'ebastien L\^e and Julie Josse and Fran\c{c}ois Husson},
journal = {Journal of Statistical Software},
year = {2008},
volume = {25},
number = {1},
pages = {1--18},
doi = {10.18637/jss.v025.i01},
}
@Article{lmtest2002,
title = {Diagnostic Checking in Regression Relationships},
author = {Achim Zeileis and Torsten Hothorn},
journal = {R News},
year = {2002},
volume = {2},
number = {3},
pages = {7--10},
url = {https://CRAN.R-project.org/doc/Rnews/},
}
@Article{lubridate2011,
title = {Dates and Times Made Easy with {lubridate}},
author = {Garrett Grolemund and Hadley Wickham},
journal = {Journal of Statistical Software},
year = {2011},
volume = {40},
number = {3},
pages = {1--25},
url = {http://www.jstatsoft.org/v40/i03/},
}
@Article{MatchIt2011,
title = {{MatchIt}: Nonparametric Preprocessing for Parametric Causal Inference},
author = {Daniel E. Ho and Kosuke Imai and Gary King and Elizabeth A. Stuart},
journal = {Journal of Statistical Software},
year = {2011},
volume = {42},
number = {8},
pages = {1--28},
url = {http://www.jstatsoft.org/v42/i08/},
}
@Article{mice2011,
title = {{mice}: Multivariate Imputation by Chained Equations in R},
author = {Stef {van Buuren} and Karin Groothuis-Oudshoorn},
journal = {Journal of Statistical Software},
year = {2011},
volume = {45},
number = {3},
pages = {1-67},
url = {https://www.jstatsoft.org/v45/i03/},
}
@Book{plm2018,
title = {Panel Data Econometrics with {R}: the {plm} package},
author = {Yves Croissant and Giovanni Millo},
publisher = {Wiley},
year = {2018},
}
@Article{plm2008,
title = {Panel Data Econometrics in {R}: The {plm} Package},
author = {Yves Croissant and Giovanni Millo},
journal = {Journal of Statistical Software},
year = {2008},
volume = {27},
number = {2},
pages = {1--43},
doi = {10.18637/jss.v027.i02},
}
@Article{plm2017,
title = {Robust Standard Error Estimators for Panel Models: A Unifying Approach},
author = {Giovanni Millo},
journal = {Journal of Statistical Software},
year = {2017},
volume = {82},
number = {3},
pages = {1--27},
doi = {10.18637/jss.v082.i03},
}
@Article{plotROC2017,
title = {{plotROC}: A Tool for Plotting ROC Curves},
author = {Michael C. Sachs},
journal = {Journal of Statistical Software, Code Snippets},
year = {2017},
volume = {79},
number = {2},
pages = {1--19},
doi = {10.18637/jss.v079.c02},
}
@Article{pscl2008,
title = {Regression Models for Count Data in {R}},
author = {Achim Zeileis and Christian Kleiber and Simon Jackman},
journal = {Journal of Statistical Software},
year = {2008},
volume = {27},
number = {8},
url = {http://www.jstatsoft.org/v27/i08/},
}
@Manual{qdapRegex2017,
title = {{qdapRegex}: Regular Expression Removal, Extraction, and Replacement Tools},
author = {Tyler W. Rinker},
organization = {University at Buffalo/SUNY},
address = {Buffalo, New York},
note = {0.7.2},
year = {2017},
url = {http://github.com/trinker/qdapRegex},
}
@Article{quanteda2018,
title = {quanteda: An R package for the quantitative analysis of textual data},
journal = {Journal of Open Source Software},
author = {Kenneth Benoit and Kohei Watanabe and Haiyan Wang and Paul Nulty and Adam Obeng and Stefan Müller and Akitaka Matsuo},
doi = {10.21105/joss.00774},
url = {https://quanteda.io},
volume = {3},
number = {30},
pages = {774},
year = {2018},
}
@Article{sandwich2004,
title = {Econometric Computing with {HC} and {HAC} Covariance Matrix Estimators},
author = {Achim Zeileis},
journal = {Journal of Statistical Software},
year = {2004},
volume = {11},
number = {10},
pages = {1--17},
doi = {10.18637/jss.v011.i10},
}
@Article{sandwich2006,
title = {Object-Oriented Computation of Sandwich Estimators},
author = {Achim Zeileis},
journal = {Journal of Statistical Software},
year = {2006},
volume = {16},
number = {9},
pages = {1--16},
doi = {10.18637/jss.v016.i09},
}
@TechReport{sandwich2017,
title = {Various Versatile Variances: An Object-Oriented Implementation of Clustered Covariances in {R}},
author = {Susanne Berger and Nathaniel Graham and Achim Zeileis},
institution = {Working Papers in Economics and Statistics, Research Platform Empirical and Experimental Economics, Universit\"at Innsbruck},
year = {2017},
type = {Working Paper},
number = {2017-12},
month = {July},
url = {http://EconPapers.RePEc.org/RePEc:inn:wpaper:2017-12},
}
@Article{sf2018,
author = {Edzer Pebesma},
title = {{Simple Features for R: Standardized Support for Spatial Vector Data}},
year = {2018},
journal = {{The R Journal}},
doi = {10.32614/RJ-2018-009},
url = {https://doi.org/10.32614/RJ-2018-009},
pages = {439--446},
volume = {10},
number = {1},
}
@Article{spdep2018,
author = {Roger Bivand and David W. S. Wong},
title = {Comparing implementations of global and local indicators of spatial association},
journal = {TEST},
year = {2018},
volume = {27},
number = {3},
pages = {716--748},
url = {https://doi.org/10.1007/s11749-018-0599-x},
}
@Book{spdep2013,
author = {Roger S. Bivand and Edzer Pebesma and Virgilio Gomez-Rubio},
title = {Applied spatial data analysis with {R}, Second edition},
year = {2013},
publisher = {Springer, NY},
url = {http://www.asdar-book.org/},
}
@Article{stm2019,
title = {{stm}: An {R} Package for Structural Topic Models},
author = {Margaret E. Roberts and Brandon M. Stewart and Dustin Tingley},
journal = {Journal of Statistical Software},
year = {2019},
volume = {91},
number = {2},
pages = {1--40},
doi = {10.18637/jss.v091.i02},
}
@Article{stringdist2014,
title = {The stringdist package for approximate string matching},
author = {M.P.J. {van der Loo}},
year = {2014},
journal = {The {R} {J}ournal},
volume = {6},
issue = {1},
url = {https://CRAN.R-project.org/package=stringdist},
pages = {111-122},
}
@Book{survival-book,
title = {Modeling Survival Data: Extending the {C}ox Model},
author = {{Terry M. Therneau} and {Patricia M. Grambsch}},
year = {2000},
publisher = {Springer},
address = {New York},
isbn = {0-387-98784-3},
}
@Article{texreg2013,
title = {{texreg}: Conversion of Statistical Model Output in {R} to {\LaTeX} and {HTML} Tables},
author = {Philip Leifeld},
journal = {Journal of Statistical Software},
year = {2013},
volume = {55},
number = {8},
pages = {1--24},
url = {http://dx.doi.org/10.18637/jss.v055.i08},
}
@Article{tidytext2016,
title = {tidytext: Text Mining and Analysis Using Tidy Data Principles in R},
author = {Julia Silge and David Robinson},
doi = {10.21105/joss.00037},
url = {http://dx.doi.org/10.21105/joss.00037},
year = {2016},
publisher = {The Open Journal},
volume = {1},
number = {3},
journal = {JOSS},
}
@Article{tidyverse2019,
title = {Welcome to the {tidyverse}},
author = {Hadley Wickham and Mara Averick and Jennifer Bryan and Winston Chang and Lucy D'Agostino McGowan and Romain François and Garrett Grolemund and Alex Hayes and Lionel Henry and Jim Hester and Max Kuhn and Thomas Lin Pedersen and Evan Miller and Stephan Milton Bache and Kirill Müller and Jeroen Ooms and David Robinson and Dana Paige Seidel and Vitalie Spinu and Kohske Takahashi and Davis Vaughan and Claus Wilke and Kara Woo and Hiroaki Yutani},
year = {2019},
journal = {Journal of Open Source Software},
volume = {4},
number = {43},
pages = {1686},
doi = {10.21105/joss.01686},
}
@Manual{R-paqueteadp,
title = {paqueteadp: Paquete del libro 'AnalizaR Datos Políticos'},
author = {Francisco Urdinez and Andrés Cruz},
year = {2020},
note = {R package version 1.0},
}