-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
97 lines (88 loc) · 2.28 KB
/
Copy path_quarto.yml
File metadata and controls
97 lines (88 loc) · 2.28 KB
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
94
95
96
97
project:
type: book
pre-render: R/hulpbestanden.R
book:
title: "Data Analyse met Excel"
subtitle: "Een cursusboek over het analyseren van data met Excel."
author: "Ben Welman"
date: today
date-format: long
page-footer:
left: |
Data Analyse met Excel
right: |
Dit boek is gemaakt met <a href="https://quarto.org/">Quarto</a>
google-analytics: "G-CMGT59LG7K"
site-url: https://excelanalyse.netlify.app/
repo-url: https://github.com/bwelman/excelanalyse
repo-actions: [issue]
description: "Een taakgericht studieboek."
# downloads: [pdf]
chapters:
- index.qmd
- voorwoord.qmd
- data-import.qmd
- data-variabelen.qmd
- beschrijvend.qmd
- linregressie.qmd
- tijdreeksen.qmd
- prognoses.qmd
- eda.qmd
- cases.qmd
- ml.qmd
appendices:
- analysis-toolpak.qmd
- powerquery-options.qmd
- excel-trendlijnen.qmd
- excel-voorspellingenblad.qmd
- excel-aselect.qmd
- databronnen.qmd
- referenties.qmd
execute:
freeze: auto
lang: nl
language:
en:
crossref-prp-title: "Task"
nl:
crossref-prp-title: "Taak"
filters:
- textbook
format:
html:
include-after-body: include/webex-nl.js
css: include/webex.css
theme:
- cosmo
- include/textbook.scss
mermaid:
theme: neutral
cover-image: resources/DataAnalyseExcel.png
fig-width: 6
fig-asp: 0.618
code-fold: false
link-external-icon: false
link-external-newwindow: true
author-meta: "Ben Welman"
description-meta: "Leer aan de hand van dit studieboek hoe je inzicht in gegevens kunt krijgen door de data te analyseren met Excel."
# keywords: ["Excel", "Power Query", "exploratieve data analyse", "gegevensanalyse", "statistiek", "tijdreeksen", "regressie", "voorspellingen"]
# pdf:
# documentclass: scrbook
# classoption: oneside
# include-in-header: latex/preamble.tex
# papersize: a4
# geometry:
# - top=25mm
# - bottom=25mm
# - left=25mm
# - right=25mm
# cite-method: biblatex
# links-as-notes: true
# date: \today
# author: [Ben Welman]
knitr:
opts_chunk:
echo: false
warning: false
message: false
cache: false