-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
59 lines (52 loc) · 1.42 KB
/
_quarto.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
project:
type: website
website:
title: "R Reference"
repo-url: https://github.com/rpruim/r-reference
repo-actions: [edit, issue]
page-navigation: true
sidebar:
contents:
- href: index.qmd
- section: Quarto
contents:
- href: quarto/math-in-markdown.qmd
text: "Mathematical notation"
- href: quarto/r-and-python.qmd
text: "R and Python together"
- section: R Basics
contents:
- href: basics/r-basics.qmd
text: R Basics
- section: Data
contents:
- href: data/data-frames.qmd
text: "Data Frames"
- href: data/loading-data.qmd
text: "Loading Data"
- section: Data Wrangling
contents:
- href: wrangling/wrangling-intro.qmd
text: Intro to Data Wrangling
- href: wrangling/tidy-tb.qmd
text: TB Case Study
- section: "Graphics"
contents:
- graphics/ggformula-intro.qmd
- section: "Numerical summaries: mean(), sd(), etc."
- section: "Simulation methods: do()"
- section: "Working with distributions: pnorm(), etc."
- section: "Linear models: lm()"
- section: "Beyonnd linear models: glm(), etc."
navbar:
left:
- href: index.qmd
text: Home
format:
html:
theme: cosmo
css: styles.css
toc: true
theme:
light: yeti
dark: darkly