-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_bookdown.yml
executable file
·38 lines (31 loc) · 1.04 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
book_filename: "AppliedStatistics_notes"
chapter_name: "Chapter "
repo: https://github.com/norcalbiostat/AppliedStatistics_notes
output_dir: docs
rmd_files: ["index.Rmd"
,"data_prep.Rmd"
,"data_viz.Rmd"
,"select_analysis.Rmd"
,"bivariate_intro.Rmd"
,"bivariate_analysis.Rmd"
,"reg_intro.Rmd"
,"slr.Rmd"
,"moderation_stratification.Rmd"
,"mlr.Rmd"
,"model_building.Rmd"
,"GLM.Rmd"
,"classification.Rmd"
,"multivariate_intro.Rmd"
,"PCA.Rmd"
,"FA.Rmd"
# ,"cluster.Rmd"
,"MLM_intro.Rmd"
,"random_intercept.Rmd"
# ,"longitudinal.Rmd"
# ,"spatial.Rmd"
,"other_intro.Rmd"
,"missing_data.Rmd"
,"setup_R.Rmd" ]
clean: [packages.bib, bookdown.bbl]
new_session: yes
before_chapter_script: "_common.R"