-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
98 lines (83 loc) · 2.08 KB
/
_quarto.yml
File metadata and controls
98 lines (83 loc) · 2.08 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
project:
type: book
book:
title: "Introduction to Statistics and Data Science"
author:
- Elizabeth Tipton
- Arend M Kuyper
- Danielle Sass
- Kaitlyn G. Fitzgerald
- Adapted from ModernDive by
- Chester Ismay and Albert Y. Kim
# comments:
# hypothesis: true
downloads: [pdf]
date: today
date-format: iso
# reader-mode: true
site-url: https://nustat.github.io/intro-stat-data-sci/
repo-url: https://github.com/NUstat/intro-stat-data-sci
repo-branch: main
repo-actions: [edit, issue]
sharing: [twitter, facebook, linkedin]
sidebar:
search: true
logo: "images/logos/StatisticsDataScience-LogoSemi-VertPurple.png"
logo-href: "https://statistics.northwestern.edu/"
chapters:
- index.qmd
- preface.qmd
- part: Getting started
chapters:
- 01-getting-started.qmd
- part: Data Exploration via the tidyverse
chapters:
- 02-visualization.qmd
- 03-wrangling.qmd
- 04-tidy.qmd
- part: Data Modeling
chapters:
- 05-regression.qmd
- 06-multiple-regression.qmd
- part: Statistical Theory
chapters:
- 07-causality.qmd
- 08-populations.qmd
- 09-sampling-distributions.qmd
- part: Statistical Inference
chapters:
- 10-confidence-intervals.qmd
- 11-p-values.qmd
- 12-hypothesis-tests.qmd
- 13-putting-together.qmd
- text: "---"
- references.qmd
appendices:
- 0a-statistical-background.qmd
- 0b-solutions-exercise.qmd
- 0c-solutions-learning-checks.qmd
bibliography:
- bib/references.bib
- bib/packages.bib
- bib/articles.bib
- bib/books.bib
biblio-style: apalike
format:
html:
theme: cosmo
include-in-header: in-line_math_mode.html
pdf:
documentclass: scrreprt
# include-in-header:
# - text: |
# \usepackage{siunitx}
# \usepackage{booktabs}
# \usepackage{longtable}
from: markdown+emoji
# execute:
# tidy: false
# warning: false
# fig.align: 'center'
# fig.height: 4
# out.width: '\\textwidth'
# # freeze: auto