-
Notifications
You must be signed in to change notification settings - Fork 3
/
_site.yml
84 lines (84 loc) · 2.98 KB
/
_site.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
name: "Math 221-Introductory Statistics"
output_dir: 'docs'
exclude: ['homework_prep_build']
navbar:
title: "Math 221"
left:
- text: "Home"
href: index.html
- text: "Unit 1"
menu:
- text: "Lesson 1: Course Intro & Probability"
menu:
- text: "Campus Student Version"
href: Lesson01_Campus.html
- text: "Online Student Version"
href: Lesson01.html
- text: "World Wide Block Student Version"
href: Lesson01_WWB.html
- text: "Lesson 2: The Statistical Process"
href: Lesson02.html
- text: "Lesson 3: Describing Quantitative Data (Shape & Center)"
href: Lesson03.html
- text: "Lesson 4: Describing Quantitative Data (Spread)"
href: Lesson04.html
- text: "Lesson 5: Normal Distributions"
href: Lesson05.html
- text: "Lesson 6: The Central Limit Theorem"
href: Lesson06.html
- text: "Lesson 7: Calculating Probabilities involving the Sample Mean"
href: Lesson07.html
- text: "Lesson 8: Unit 1 Review"
href: Lesson08.html
- text: "Unit 2"
menu:
- text: "Lesson 9: Hypothesis Test for One Mean (Sigma Known)"
href: Lesson09.html
- text: "Lesson 10: Confidence Interval for One Mean (Sigma Known)"
href: Lesson10.html
- text: "Lesson 11: Inference for One Mean (Sigma Unknown)"
href: Lesson11.html
- text: "Lesson 12: Inference for the Mean of Differences (Two Dependent Samples)"
href: Lesson12.html
- text: "Lesson 13: Inference for the Difference of Means (Two Independent Samples)"
href: Lesson13.html
- text: "Lesson 14: Inference using ANOVA (Several Independent Samples)"
href: Lesson14.html
- text: "Lesson 15: Unit 2 Review"
href: Lesson15.html
- text: "Unit 3"
menu:
- text: "Lesson 16: Describing Categorical Data"
href: Lesson16.html
- text: "Lesson 17: Inference for One Proportion"
href: Lesson17.html
- text: "Lesson 18: Inference for Two Proportions"
href: Lesson18.html
- text: "Lesson 19: Inference for Independence of Categorical Data"
href: Lesson19.html
- text: "Lesson 20: Unit 3 Review"
href: Lesson20.html
- text: "Unit 4"
menu:
- text: "Lesson 21: Describing Bivariate Data"
href: Lesson21.html
- text: "Lesson 22: Simple Linear Regression"
href: Lesson22.html
- text: "Lesson 23: Inference for Bivariate Data"
href: Lesson23.html
- text: "Lesson 24: Unit 4 Review"
href: Lesson24.html
right:
- text: "Toolbox"
href: ./Data/Math221StatisticsToolbox.xlsx
- text: Data
href: Data.html
output:
html_document:
theme: cerulean
toc: true
include:
after_body: footer.html
toc_float: true
css: styles.css
js: custom.js