-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
47 lines (44 loc) · 1.24 KB
/
_quarto.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
project:
type: book
output-dir: docs
book:
title: "Introduction to data analysis and visualization with R"
author: "György Barabás & Isak Hietala"
chapters:
- index.qmd
- part: "Part I: Processing and visualizing data with R"
chapters:
- 01_Intro_R_RStudio.qmd
- 02_R_programming_basics.qmd
- 03_Functions.qmd
- 04_Data_reading.qmd
- 05_Basic_data_wrangling.qmd
- 06_Summaries_normalization.qmd
- 07_Creating_figures.qmd
- 08_Further_plotting_options.qmd
- 09_Joining_data.qmd
- part: "Part II: Introductory statistics (UNDER CONSTRUCTION)"
chapters:
- 20_Intro_statistics.qmd
- 21_Probabilities_and_distributions.qmd
- 22_Sampling_distributions.qmd
- 23_Statistical_inference.qmd
- 24_Statistical_inference_two.qmd
- part: "Part III: Advanced statistics"
chapters:
- 40_Intro_adv_statistics.qmd
- 41_Linear_regression.qmd
- 42_Anova.qmd
- 43_Anova_two_way.qmd
- 44_Nonlinear_regression.qmd
- 45_Intro_map.qmd
- 46_Multiple_analysis.qmd
- part: "References"
chapters:
- 99_References.qmd
bibliography: biblio.bib
format:
html:
theme: cosmo
toc-depth: 4
number-depth: 4