forked from saundersg/Statistics-Notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
executable file
·79 lines (74 loc) · 2.49 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
name: "statistics-notebook"
navbar:
title: "Statistics Notebook"
left:
- text: "R Help"
menu:
- text: "R Commands"
href: RCommands.html
- text: "R Markdown Hints"
href: RMarkdownHints.html
- text: "R Cheatsheets & Notes"
href: RCheatSheetsAndNotes.html
- text: "Data Sources"
href: DataSources.html
- text: "Describing Data"
menu:
- text: "Graphical Summaries"
href: GraphicalSummaries.html
- text: "Numerical Summaries"
href: NumericalSummaries.html
- text: "Making Inference"
menu:
- text: "Making Inference"
href: MakingInference.html
- text: "t Tests"
href: tTests.html
- text: "Wilcoxon Tests"
href: WilcoxonTests.html
- text: "ANOVA"
href: ANOVA.html
- text: "Kruskal-Wallis"
href: Kruskal.html
- text: "Linear Regression"
href: LinearRegression.html
- text: "Logistic Regression"
href: LogisticRegression.html
- text: "Chi Squared Tests"
href: ChiSquaredTests.html
- text: "Randomization Testing"
href: PermutationTests.html
- text: "Analyses"
menu:
- text: "Analysis Rubric"
href: ./Analyses/AnalysisRubric.html
- text: "Good Example Analysis"
href: ./Analyses/StudentHousing.html
- text: "Poor Example Analysis"
href: ./Analyses/StudentHousingPOOR.html
- text: "Rent"
href: ./Analyses/Rent.html
- text: "Stephanie"
href: ./Analyses/Stephanie.html
- text: "High School Seniors"
href: ./Analyses/t Tests/HighSchoolSeniors.html
- text: "Recalling Words"
href: ./Analyses/Wilcoxon Tests/RecallingWords.html
- text: "Day Care"
href: ./Analyses/ANOVA/DayCare.html
- text: "Food"
href: ./Analyses/Kruskal-Wallis/Food.html
- text: "My Simple Linear Regression"
href: ./Analyses/Linear Regression/MySimpleLinearRegression.html
- text: "Car Prices"
href: ./Analyses/Linear Regression/CarPrices.html
- text: "My Logistic Regression"
href: ./Analyses/Logistic Regression/MyLogisticRegression.html
- text: "My Chi-sqaured Test"
href: ./Analyses/Chi Squared Tests/MyChiSquaredTest.html
output_dir: '.'
output:
html_document:
theme: cerulean
css: styles.css
highlight: tango