-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
47 lines (39 loc) · 1 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
project:
type: book
output-dir: docs
book:
title: "Exploring the Social World - Quantitative Block: Statistics"
author: "Gabriele Filomena and Zi Ye"
date: today
page-footer:
left: |
Exploring the Social World - Quantitative Block: Statistics by Gabriele Filomena and Zi Ye.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
search: true
site-url: https://gdsl-ul.github.io/stats
repo-url: https://github.com/GDSL-UL/stats
repo-actions: [edit]
sidebar:
style: docked
background: light
downloads: [pdf]
chapters:
- index.qmd
- general/overview.qmd
- general/assessment.qmd
- general/howSubmit.qmd
- labs/01.introR.qmd
- labs/02.MultipleLinear.qmd
- labs/03.QualitativeVariable.qmd
- labs/04.LogisticRegression.qmd
- labs/05.Visualisation.qmd
- labs/06.Summary.qmd
bibliography: references.bib
format:
html:
theme: zephyr
css: styles.css
pdf:
documentclass: scrreprt
editor: visual