-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
65 lines (58 loc) · 1.36 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
version: "0.0.4"
jupyter: julia-1.9
Project:
type: book
book:
title: "Using Julia for Introductory Statistics"
author: "John Verzani"
date: now
search: true
repo-url: https://github.com/jverzani/UsingJ
repo-branch: master
repo-actions: [edit, issue]
google-analytics: "G-KS515LKBGZ"
# downloads: pdf
page-footer:
right: |
© Copyright 2023, John Verzani. All rights reserved.
chapters:
- index.qmd
- EDA/univariate-julia.qmd
- EDA/tabular-data-julia.qmd
- EDA/bivariate-julia.qmd
- EDA/categorical-data-julia.qmd
- EDA/makie.qmd
- Inference/distributions.qmd
- Inference/inference.qmd
- LinearModels/linear-regression.qmd
- references.qmd
# - LinearModels/glm.qmd
bibliography: references.bib
csl: the-american-statistician.csl
format:
html:
theme: spacelab
number-depth: 3
toc-depth: 3
link-external-newwindow: true
# fig-width: 6
# fig-height: 4
# pdf:
# pdf-engine: xelatex
# fontfamily: libertinus # librecaslon
# toc: true
# number-section: true
# color-links: true
# classoption: [oneside]
# keep-tex: true
# tbl-cap-location: top
# fig-cap-location: top
# geometry:
# - heightrounded
# colorlinks: true
# include-in-header: packages.tex
# include-before-body: definitions.tex
execute:
warning: false
error: true
freeze: auto