forked from UofTCoders/rcourse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
110 lines (108 loc) · 3.37 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
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
name: EEB313H1 Theoretical Ecology and Reproducible Quantitative Methods in R
output_dir: _site
exclude:
- DESCRIPTION
- LICENSE
new_session: true
navbar:
title: EEB313H1
left:
- text: Syllabus
icon: fa-map-o
href: index.html
- text: Lectures
icon: fa-book
menu:
- text: 'Sept. 6: Intro to course, programming, RStudio, and R Markdown'
href: lec01-introduction.html
- text: 'Sept. 11: Assignment, vectors, functions'
href: lec02-basic-r.html
- text: 'Sept. 13: Data frames, intro to dplyr'
href: lec03-basic-r.html
- text: 'Sept. 18: Data wrangling in dplyr, ggplot, tidy data'
href: lec04-dplyr.html
- text: 'Sept. 20: More dplyr and ggplot'
href: lec05-dplyr.html
- text: 'Sept. 25: Exploratory data analysis'
href: lec06-exploratory-data-analysis.html
- text: 'Sept. 27: Linear models and statistical modelling'
href: lec07-linear-modelling.html
- text: 'Oct. 02: Mixed effects models'
href: lec08-linear-mixed-effects-models.html
- text: 'Oct. 04: Simulating data: Randomization tests'
href: lec09-Randomization-tests.html
- text: 'Oct. 09: Multivariate stats'
href: lec10-multivariate-stats.html
- text: 'Oct. 11: Model selection'
href: lec11-model-selection.html
- text: 'Oct. 16: Numerically solving population models'
href: lec12-numerical-models.html
- text: 'Oct. 18: Time series analysis'
href: lec13-time-series.html
- text: 'Oct. 23: Datasets, hypothesis, begin projects'
href: lec14-datasets.html
- text: 'Oct. 25: Reproducible science'
href: lec15-git-projects.html
- text: 'Oct. 30: Reproducible science'
href: lec16-rmarkdown.html
- text: 'Nov. 01: Project work (no lesson)'
- text: 'Nov. 13: Project work (no lesson)'
- text: 'Nov. 15: Project work (no lesson)'
- text: 'Nov. 20: Project work (no lesson)'
- text: 'Nov. 22: Project work (no lesson)'
- text: 'Nov. 27: Project work (no lesson)'
- text: 'Nov. 29: Project work (no lesson)'
- text: 'Dec. 04: Project work (no lesson)'
- text: Assignments
icon: fa-book
menu:
- text: Assignment 1
href: assignment-01.html
- text: Assignment 2
href: assignment-02.html
- text: Assignment 3
href: assignment-03.html
- text: Assignment 4
href: assignment-04.html
- text: Assignment 5
href: assignment-05.html
- text: Assignment 6
href: assignment-06.html
- text: Assignment 7
href: assignment-07.html
- text: Assignment 8
href: assignment-08.html
- text: Final project
href: assignment-final.html
- text: Resources and FAQ
icon: fa-question
href: resources.html
- text: About
icon: fa-info
href: about.html
right:
- icon: fa-bars
menu:
- text: Contact
icon: fa-envelope
href: mailto:ahmed.hasan@mail.utoronto.ca
- text: GitHub
icon: fa-github
href: https://github.com/uoftcoders/rcourse
output:
html_document:
toc: yes
toc_depth: 4
toc_float:
collapsed: no
smooth_scroll: no
include:
in_header:
- _includes/header.html
- _includes/style.html
after_body: _includes/footer.html
theme: lumen
highlight: haddock
mathjax: https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
lib_dir: site_libs
self_contained: no