-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.bib
83 lines (72 loc) · 2 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
@Manual{R-base,
title = {R: A Language and Environment for Statistical Computing},
author = {{R Core Team}},
organization = {R Foundation for Statistical Computing},
address = {Vienna, Austria},
year = {2023},
url = {https://www.R-project.org/},
}
@Manual{R-bookdown,
title = {bookdown: Authoring Books and Technical Documents with R Markdown},
author = {Yihui Xie},
note = {https://github.com/rstudio/bookdown},
year = {2023},
}
@Manual{R-knitr,
title = {knitr: A General-Purpose Package for Dynamic Report Generation in R},
author = {Yihui Xie},
year = {2023},
note = {R package version 1.43},
url = {https://yihui.org/knitr/},
}
@Manual{R-rmarkdown,
title = {rmarkdown: Dynamic Documents for R},
author = {JJ Allaire and Yihui Xie and Christophe Dervieux and Jonathan McPherson and Javier Luraschi and Kevin Ushey and Aron Atkins and Hadley Wickham and Joe Cheng and Winston Chang and Richard Iannone},
year = {2023},
note = {R package version 2.23},
url = {https://CRAN.R-project.org/package=rmarkdown},
}
@manual{R-stats,
title = {stats::shapiro.test(): Shapiro-Wilk Normality Test},
author = {},
year = {},
note = {},
url = {},
}
@manual{R-lmtest,
title = {lmtest::bptest(): Breusch-Pagan Test},
author = {},
year = {},
note = {},
url = {},
}
@manual{R-lmtest,
title = {lmtest::dwtest(): Durbin-Watson Test},
author = {},
year = {},
note = {},
url = {},
}
@manual{R-car,
title = {car::vif(): Variance Inflation Factors},
author = {},
year = {},
note = {},
url = {},
}
@manual{R-olsrr,
title = {olsrr: Tools for teaching and learning OLS regression},
author = {},
year = {},
note = {},
url = {},
}
@InCollection{knitr2014,
booktitle = {Implementing Reproducible Computational Research},
editor = {Victoria Stodden and Friedrich Leisch and Roger D. Peng},
title = {knitr: A Comprehensive Tool for Reproducible Research in {R}},
author = {Yihui Xie},
publisher = {Chapman and Hall/CRC},
year = {2014},
note = {ISBN 978-1466561595},
}