forked from byuistats/Math221D_Course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
126 lines (115 loc) · 5.95 KB
/
_quarto.yml
File metadata and controls
126 lines (115 loc) · 5.95 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!Student_Work/"
resources:
- "Images/**"
website:
title: "Math221D Notebook"
navbar:
background: primary
search: true
left:
- text: "Getting Started"
menu:
- href: ./1-Getting_Started/1-Course_Intro.qmd
- href: ./1-Getting_Started/2-Installing_R.qmd
- href: ./1-Getting_Started/3-Introducing_R.qmd
- href: ./1-Getting_Started/4-Installing_Packages.qmd
- href: ./1-Getting_Started/5-Stat_Process.qmd
- href: ./1-Getting_Started/6-Response_and_Explanatory_Variables.qmd
- text: "Descriptive Stats"
menu:
- text: "Descriptive Statistics"
- href: ./2-Descriptive_Statistics/1-Numerical_Quantitative_Data_Summaries.qmd
- href: ./2-Descriptive_Statistics/1b-Practice_Numerical_Summaries.qmd
- href: ./2-Descriptive_Statistics/2-Graphical_Quantitative_Data_Summaries.qmd
- href: ./2-Descriptive_Statistics/2b-Practice_Graphical_Summaries.qmd
- href: ./2-Descriptive_Statistics/3-Quantitative_Data_Summaries_Multiple_Groups.qmd
- href: ./2-Descriptive_Statistics/3b-Practice_Quantitative_Summaries_Multiple_Groups.qmd
- href: ./2-Descriptive_Statistics/4-Bivariate_Quantitative_Data_Summaries.qmd
- href: ./2-Descriptive_Statistics/4b-Practice_Bivariate_Data.qmd
- href: ./2-Descriptive_Statistics/5-Univariate_Categorical_Data_Summaries.qmd
- href: ./2-Descriptive_Statistics/6-Bivariate_Categorical_Data_Summaries.qmd
- href: ./2-Descriptive_Statistics/6b-Practice_Categorical_Summaries.qmd
- href: ./2-Descriptive_Statistics/7-AA_Descriptive_Statistics.qmd
- text: "Data Wrangling"
menu:
- text: "Into the Tidyverse"
- text: "A Better Way to Plot"
href: ./3-Data_Wrangling_Visualization/1-GGPlot_Intro.qmd
- href: ./3-Data_Wrangling_Visualization/2-Wrangling_Basics.qmd
- href: ./3-Data_Wrangling_Visualization/3-Filter.qmd
- href: ./3-Data_Wrangling_Visualization/4-Select.qmd
- href: ./3-Data_Wrangling_Visualization/5-Exploring_New_Data_with_Tidyverse.qmd
- href: ./3-Data_Wrangling_Visualization/6-AA_Data_Wrang_and_Viz.qmd
- text: "Bonus Material"
- href: ./3-Data_Wrangling_Visualization/Bonus_More_Tidy_Practice.qmd
- href: ./3-Data_Wrangling_Visualization/Bonus_Mutate.qmd
- href: ./3-Data_Wrangling_Visualization/Bonus_GroupBy_Summarise.qmd
- text: "Inferential Stats"
menu:
- text: "Foundations"
- href: ./4-Foundations_Statistical_Inference/01-Intro_to_Probability.qmd
- href: ./4-Foundations_Statistical_Inference/02-The_Normal_Distribution_Textbook.qmd
- href: ./4-Foundations_Statistical_Inference/03-Normal_Distribution_Workbook.qmd
- href: ./4-Foundations_Statistical_Inference/04-Normal_Probability_Practice.qmd
- href: ./4-Foundations_Statistical_Inference/Sampling_Distributions_CLT_LLN_Reading.qmd
- text: "Central Limit Theorem Practice"
href: ./4-Foundations_Statistical_Inference/06-Central_Limit_Theorem_Practice.qmd
- href: ./4-Foundations_Statistical_Inference/07-Prob_Calculations_for_Means.qmd
- href: ./4-Foundations_Statistical_Inference/08-CLT_Normal_Prob_for_Means.qmd
- href: ./4-Foundations_Statistical_Inference/09-Prob_Calculations_for_Means_Practice.qmd
- href: ./4-Foundations_Statistical_Inference/10-Assessing_Normality.qmd
- text: "Statistical Tests I"
menu:
- text: "Introduction to Hypothesis Testing"
href: ./5-Statistical_Tests_Part1/002-Introduction_to_Inference.qmd
- text: "Introduction to Confidence Intervals"
href: ./5-Statistical_Tests_Part1/002-Confidence_Intervals.qmd
- href: ./5-Statistical_Tests_Part1/01-Inference_for_mean_sigma_unknown.qmd
- href: ./5-Statistical_Tests_Part1/02-AA_Hypothesis_Conf_Int.qmd
- text: "Paired T-test"
href: ./5-Statistical_Tests_Part1/03-Paired_ttest.qmd
- href: ./5-Statistical_Tests_Part1/04-Paired_ttest_Practice.qmd
- text: "2-Sample Independent T-test"
href: ./5-Statistical_Tests_Part1/05-Independent_2_sample_ttest.qmd
- href: ./5-Statistical_Tests_Part1/06-Independent_2_sample_ttest_practice.qmd
- href: ./5-Statistical_Tests_Part1/07-ANOVA_Intro.qmd
- href: ./5-Statistical_Tests_Part1/08-ANOVA_Practice.qmd
- text: "Comparing Means Activity"
href: ./5-Statistical_Tests_Part1/09-AA_Unit4_Review.qmd
- text: "Statistical Tests II"
menu:
- href: ./6-Statistical_Tests_Part2/01-Bivariate_Data_Intro.qmd
- href: ./6-Statistical_Tests_Part2/02-Linear_Regression_Intro.qmd
- href: ./6-Statistical_Tests_Part2/03-Regression_Practice.qmd
- href: ./6-Statistical_Tests_Part2/Introducing_Categorical_Data_Analysis.qmd
- href: ./6-Statistical_Tests_Part2/One_and_Two_Sample_Proportions.qmd
- href: ./6-Statistical_Tests_Part2/One_and_Two_Sample_Proportion_Practice.qmd
- href: ./6-Statistical_Tests_Part2/11-Chi_Square_Intro.qmd
- href: ./6-Statistical_Tests_Part2/12-Chi_Square_Practice.qmd
- href: ./6-Statistical_Tests_Part2/13-AA_Who_Shot_First_Cat_Vars.qmd
- text: "Inquiry-Based Learning"
menu:
- href: ./8-Inquiry_Based_Learning/Probability.qmd
- text: "R Help"
menu:
- text: "Tidyverse Cheat Sheet"
href: https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf
- text: "R for Data Science"
href: https://r4ds.had.co.nz/transform.html
- text: "Statistics Notebook - R Commands"
href: https://byuistats.github.io/Statistics-Notebook/RCommands.html
format:
html:
theme:
light: flatly
dark: darkly
#light: cosmo
#dark: [cosmo, theme-dark.scss]
css: styles.css
toc: true
output-dir: docs