-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (54 loc) · 1.19 KB
/
_quarto.yml
File metadata and controls
58 lines (54 loc) · 1.19 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
project:
type: book
output-dir: docs
# execute:
# cache: true
# freeze: auto
book:
title: "Geodata & Spatial Regression"
author: "Tobias Rüttenauer"
date: last-modified
repo-url: https://github.com/ruettenauer/Geodata_Spatial_Regression/
chapters:
- index.qmd
- 01_refresher.qmd
- 02_spatial-data.qmd
- 03_exercise1.qmd
- 03_weights.qmd
- 04_dependence.qmd
- 03_exercise1b.qmd
- 05_regression-theory.qmd
- 06_regression-estimation.qmd
- 06_exercise2.qmd
- 07_impacts.qmd
- 08_exercise3.qmd
- 08_comparison.qmd
- 08_exercise3b.qmd
- 09_spatiotemporal.qmd
- 10_other.qmd
- references.qmd
bibliography: references.bib
format:
html:
number-depth: 3
theme: cosmo
highlight-style: atom-one
code-block-bg: "#f0f0f0"
code-block-border-left: "#045a8d"
code-fold: false
code-summary: "Code"
code-tools: true
code-link: true
code-copy: true
knitr:
opts_chunk:
out.width: 100%
R.options:
width: 68
# pdf:
# documentclass: scrbook
# always_allow_html: true
# include-in-header:
# - text: |
# \usepackage{dcolumn}
pdf-engine: lualatex