-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (50 loc) · 1.3 KB
/
_quarto.yml
File metadata and controls
57 lines (50 loc) · 1.3 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
project:
type: book
output-dir: docs
book:
title: "Advanced Regression Models with R"
author:
name: "Florian Hartig"
url: https://www.uni-regensburg.de/biologie-vorklinische-medizin/theoretische-oekologie/mitarbeiter/hartig/
date: "Sept 2022"
site-url: https://TheoreticalEcology.github.io/AdvancedRegressionModels/
repo-url: https://github.com/TheoreticalEcology/AdvancedRegressionModels
repo-branch: master
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- 1A-GettingStarted.qmd
- part: "Modelling the mean"
chapters:
- 2A-LinearRegression.qmd
- 2B-ANOVA.qmd
- 2C-RandomEffects.qmd
- 2D-NonlinearRegression.qmd
- part: "Model Choice"
chapters:
- 3A-MissingData.qmd
- 3B-CausalInference.qmd
- 3C-ModelSelection.qmd
- part: "Modelling the distribution"
chapters:
- 4A-GLMs.qmd
- 4B-Heteroskedasticity.qmd
- 4C-CorrelationStructures.qmd
- part: "Summary and references"
chapters:
- 5A-Summary.qmd
appendices:
- 5B-References.qmd
- 6B-CheatSheet.qmd
- 6C-CaseStudies.qmd
engine: knitr
bibliography: literature.bib
google-scholar: true
execute:
freeze: auto
cache: false
format:
html:
theme: cosmo
editor: visual