-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_bookdown.yml
35 lines (35 loc) · 1.03 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
book_filename: "intro_stats"
language:
ui:
chapter_name: "Chapter "
delete_merged_file: true
output_dir: "docs"
# new_session slows things down
# keep it off for fast preview
# and turn it on for final product
new_session: yes
rmd_files:
- index.Rmd
- 01-intro_to_r.Rmd
- 02-using_r_markdown-web.Rmd
- 03-categorical_data-web.Rmd
- 04-numerical_data-web.Rmd
- 05-manipulating_data-web.Rmd
- 06-correlation-web.Rmd
- 07-regression-web.Rmd
- 08-intro_to_randomization_1-web.Rmd
- 09-intro_to_randomization_2-web.Rmd
- 10-hypothesis_testing_with_randomization_1-web.Rmd
- 11-hypothesis_testing_with_randomization_2-web.Rmd
- 12-confidence_intervals-web.Rmd
- 13-normal_models-web.Rmd
- 14-sampling_distribution_models-web.Rmd
- 15-inference_for_one_proportion-web.Rmd
- 16-inference_for_two_proportions-web.Rmd
- 17-chi_square_goodness_of_fit-web.Rmd
- 18-chi_square_test_for_independence-web.Rmd
- 19-inference_for_one_mean-web.Rmd
- 20-inference_for_paired_data-web.Rmd
- 21-inference_for_two_independent_means-web.Rmd
- 22-anova-web.Rmd
- Appendix.Rmd