-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
47 lines (39 loc) · 1009 Bytes
/
_quarto.yml
File metadata and controls
47 lines (39 loc) · 1009 Bytes
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
project:
type: book
output-dir: docs
execute:
freeze: auto
book:
title: "Introduction to Generalized Linear Modeling"
page-footer:
left: |
Introduction to Generalized Linear Modeling was written by
Aaron Matthew Simmons and Jeffrey M. Girard.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
cover-image: "cover.png"
favicon: "cover.png"
site-url: https://affcomlab.github.io/learn-glms/
repo-url: https://www.github.com/affcomlab/learn-glms/
repo-branch: main
repo-actions: [issue]
navbar:
pinned: true
chapters:
- index.qmd
- intro.qmd
- regression-review.qmd
- binary-regression.qmd
- count-regression.qmd
- unbounded-count-regression.qmd
- ordinal-regression.qmd
- summary.qmd
- references.qmd
appendices:
- appendix.qmd
bibliography: references.bib
format:
html:
theme: cosmo
code-link: true
author-meta: "Aaron Matthew Simmons and Jeffrey M. Girard"