-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
94 lines (77 loc) · 1.8 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
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
85
86
87
88
89
90
91
92
93
project:
type: book
output-dir: docs
lang: ru
book:
title: "Анализ данных и статистика в R"
author: "Иван Поздняков"
date: today
search:
location: sidebar
type: textbox
downloads: [pdf, epub]
chapters:
- index.qmd
- part: 005-whole_r_intro.qmd
chapters:
- 010-intro.qmd
- 013-vector.qmd
- 016-complex_structures.qmd
- 020-install.qmd
- 030-import_data.qmd
- 040-if_for.qmd
- 050-functional.qmd
- part: 105-tidyverse.qmd
chapters:
- 107-beyond_base_r.qmd
- 110-tidyverse_basic.qmd
- 120-tidyverse_advanced.qmd
- part: 205-eda.qmd
chapters:
- 210-desc_stats.qmd
- 220-base_viz.qmd
- 230-ggplot2.qmd
- 240-dynamic_viz.qmd
- 250-rmarkdown.qmd
- part: 305-hyp_test.qmd
chapters:
- 310-infer_stats.qmd
- 320-ttest.qmd
- 325-chisq.qmd
- 330-cov_cor.qmd
- 340-lm.qmd
- 350-anova.qmd
- 360-glm.qmd
- 370-multivariate.qmd
- 410-planning.qmd
- part: 905-tasks_solutions.qmd
chapters:
- 910-tasks.qmd
- 920-solutions.qmd
- 950-references.qmd
bibliography: references.bib
format:
html:
theme: cosmo
cover-image: images/R_stats_pozdniakov_cover.png
pdf:
documentclass: book
mainfont: "Mont"
epub:
cover-image: images/R_stats_pozdniakov_cover.png
pdf-engine: xelatex
prefer-html: false
editor: visual
callout-appearance: simple
callout-icon: false
# execute:
# execute_notebooks: force
# allow_errors: true
# cache: true
author:
- name:
given: Иван
family: Поздняков
literal: И.С. Поздняков
orcid: 0000-0002-2450-7004
email: [email protected]