-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
67 lines (61 loc) · 1.44 KB
/
Copy path_quarto.yml
File metadata and controls
67 lines (61 loc) · 1.44 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
project:
type: website
output-dir: "."
format:
html:
theme:
light: minty
dark: darkly
css: styles.css
toc: true
link-external-newwindow: true
website:
navbar:
right:
- icon: github
url: https://github.com/jvanster
left:
- text: "Online Resources"
menu:
- text: R for Data Science 2nd Ed
url: https://r4ds.hadley.nz/
- text: Scratch
url: https://scratch.mit.edu/
- text: Canvas LMS
href: https://fresno.instructure.com/
pinned: true
title: "Using R Studio for Statistics"
sidebar:
style: "docked"
background: primary
search: true
contents:
- section: "R Basics"
contents:
- Why R.qmd
- Intro to R.qmd
- Building Databases.qmd
- More with Databases.qmd
- Working with Quarto.qmd
- section: "Intro to Statistics"
contents:
- Descriptive Statistics.qmd
- Hypothesis_Testing.qmd
- Probability Theory.qmd
- Independent t test.qmd
- Paired Samples t test.qmd
- section: "Graphs"
contents:
- Intro to ggplot.qmd
- Bar Graphs and CIs.qmd
- Histograms.qmd
- Normal Curve.qmd
- section: "Statistical Tests"
contents:
- Correlation.qmd
- Regression.qmd
- One-Way ANOVA.qmd
- Two-Way ANOVA.qmd
- ANCOVA.qmd
- Chi Square.qmd
editor: visual