forked from perlatex/R_for_Data_Science
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
84 lines (73 loc) · 1.37 KB
/
_bookdown.yml
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
book_filename: R4DS
clean: [packages.bib, bookdown.bbl]
language:
label:
fig: "图 "
tab: "表 "
ui:
edit: "编辑"
chapter_name: ["第 ", " 章"]
rmd_files: [
"index.Rmd",
"author.Rmd",
# 基础篇
"intro_ds.Rmd",
"intro_R.Rmd",
"subsetting.Rmd",
# tidyverse篇
"rmarkdown.Rmd",
"readr.Rmd",
"dplyr.Rmd",
"ggplot2_aes2.Rmd",
"tidyr.Rmd",
"stringr.Rmd",
"forcats.Rmd",
"purrr.Rmd",
"tibble.Rmd",
"ggplot2_geom.Rmd",
"ggplot2_theme.Rmd",
"ggplot2_scales.Rmd",
"ggplot2_guides.Rmd",
"ggplot2_customize.Rmd",
"ggplot2_stat_layer.Rmd",
"tidyverse_workflow.Rmd",
"tidyverse_tips.Rmd",
"adv_dplyr.Rmd",
"colwise.Rmd",
"tidyverse_NA.Rmd",
"dot.Rmd",
"tidyeval.Rmd",
# 建模篇
"sampling.Rmd",
"lm.Rmd",
"broom.Rmd",
"tidystats.Rmd",
"tests_as_linear.Rmd",
"infer.Rmd",
"lmm.Rmd",
"poisson_regression.Rmd",
"logistic_regression.Rmd",
"ordinal.Rmd",
"tidymodels.Rmd",
# 应用篇
"eda_nobel.Rmd",
"eda_olympics.Rmd",
"eda_covid2019.Rmd",
"eda_anscombe.Rmd",
"eda_height.Rmd",
"eda_caribou.Rmd",
"eda_penguins.Rmd",
"eda_career_decision.Rmd",
"rvest.Rmd",
"tidygraph.Rmd",
"tidytext.Rmd",
"slider.Rmd",
"stars.Rmd",
"rowwise.Rmd",
"ggplot2_academic.Rmd",
"ggplot2_colors.Rmd",
"ggplot2_gganimate.Rmd",
"lazyman.Rmd",
"Appendix.Rmd",
"references.Rmd"
]