-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_quarto.yml
More file actions
127 lines (114 loc) · 5.83 KB
/
_quarto.yml
File metadata and controls
127 lines (114 loc) · 5.83 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
127
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!Student_Work/"
resources:
- "Images/**"
execute:
error: true
warning: false
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/5-Stat_Process_Practice.qmd
- href: ./1-Getting_Started/6-Response_and_Explanatory_Variables.qmd
- text: "Descriptive Stats"
menu:
- text: "Descriptive Statistics"
- href: ./2-Descriptive_Statistics/1-Numerical_Summaries_Quantitative_Data.qmd
- href: ./2-Descriptive_Statistics/1b-Numerical_Summaries_Quantitative_Data_Practice.qmd
- href: ./2-Descriptive_Statistics/2-Graphical_Summaries_Quantitative_Data.qmd
- href: ./2-Descriptive_Statistics/2b-Graphical_Summaries_Quantitative_Data_Practice.qmd
- href: ./2-Descriptive_Statistics/3-Quantitative_Data_Summaries_Multiple_Groups.qmd
- href: ./2-Descriptive_Statistics/3b-Quantitative_Data_Summaries_Multiple_Groups_Practice.qmd
- href: ./2-Descriptive_Statistics/4-Bivariate_Quantitative_Data_Summaries.qmd
- href: ./2-Descriptive_Statistics/4b-Bivariate_Quantitative_Data_Summaries_Practice.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-Categorical_Data_Summaries_Practice.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-Mutate.qmd
- href: ./3-Data_Wrangling_Visualization/6-Factors.qmd
- href: ./3-Data_Wrangling_Visualization/7-Exploring_New_Data_with_Tidyverse.qmd
- href: ./3-Data_Wrangling_Visualization/8-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_GroupBy_Summarise.qmd
- text: "Inferential Stats"
menu:
- text: "Foundations"
- href: ./4-Foundations_Statistical_Inference/1-Probability.qmd
- href: ./4-Foundations_Statistical_Inference/2-The_Normal_Distribution.qmd
- href: ./4-Foundations_Statistical_Inference/2b-The_Normal_Distribution_Practice.qmd
- href: ./4-Foundations_Statistical_Inference/3-Sampling_Distributions_CLT_LLN.qmd
- href: ./4-Foundations_Statistical_Inference/4-Assessing_Normality.qmd
- text: "Central Limit Theorem Practice"
href: ./4-Foundations_Statistical_Inference/6-Central_Limit_Theorem_Practice.qmd
- href: ./4-Foundations_Statistical_Inference/7-Confidence_Intervals_for_Means.qmd
- href: ./4-Foundations_Statistical_Inference/7-Introducing_T-Distribution.qmd
- href: ./4-Foundations_Statistical_Inference/7b-Confidence_Intervals_for_Means_Practice.qmd
- href: ./4-Foundations_Statistical_Inference/8-Introducing_Hypothesis_Tests.qmd
- href: ./4-Foundations_Statistical_Inference/9-One_Sample_ttest.qmd
- text: "Statistical Tests I"
menu:
- href: ./5-Statistical_Tests_Part1/1-Conf_Int_Hyp_Test_for_Proportions.qmd
- href: ./5-Statistical_Tests_Part1/1b-Conf_Int_Hyp_Test_for_Proportions_Practice.qmd
- href: ./5-Statistical_Tests_Part1/2-Two_sample_Independent_ttest.qmd
- href: ./5-Statistical_Tests_Part1/2b-Two_sample_Independent_ttest_practice.qmd
- href: ./5-Statistical_Tests_Part1/3-Matched_Pairs_ttest.qmd
- href: ./5-Statistical_Tests_Part1/3b-Matched_Pairs_ttest_Practice.qmd
- href: ./5-Statistical_Tests_Part1/4-Two_sample_Proportions.qmd
- href: ./5-Statistical_Tests_Part1/4b-Two_sample_Proportions_Practice.qmd
- text: "Statistical Tests II"
menu:
- href: ./6-Statistical_Tests_Part2/1-Regression.qmd
- href: ./6-Statistical_Tests_Part2/1-Regression_Practice.qmd
- href: ./6-Statistical_Tests_Part2/2-ANOVA.qmd
- href: ./6-Statistical_Tests_Part2/2-ANOVA_Practice.qmd
- href: ./6-Statistical_Tests_Part2/3-Chi_Square_Test_of_Independence.qmd
- href: ./6-Statistical_Tests_Part2/3-Chi_Square_Test_of_Independence_Practice.qmd
- text: "Semester Project"
menu:
- href: ./7-Semester_Project/Data_Search.qmd
- href: ./7-Semester_Project/Importing_Data.qmd
- href: ./7-Semester_Project/1-Semester_Project_Template_Part1.qmd
- href: ./7-Semester_Project/2-Semester_Project_Template_Final_Report.qmd
- text: "Resources"
menu:
- href: ./8-References/Course_Map.qmd
- href: ./8-References/Hypothesis_Test_ProcessB.qmd
- 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