-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path950-notes.rmd
More file actions
56 lines (33 loc) · 1.31 KB
/
950-notes.rmd
File metadata and controls
56 lines (33 loc) · 1.31 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
---
title: "Note and miscellaneous"
author: "Andrew Irwin"
date: "10/12/2020"
output: html_document
---
## Version 2 planning
* separate slides + live coding + course schedule in to one repository
* course notes in separate repo. (should help with bookdown, static files, caching)
* update github instructions. email and name. authentication: https://happygitwithr.com/credential-caching.html#credential-caching
# Notes and To Do
- exercises for students to work through in "live coding" -- How would I do X? What could go wrong?
- lesson on making slides .Rpres. out.width, fig.center
More exploratory data analysis
Getting to know other students in the course -- explicit signup for networking
## Multi-panel figures
patchwork
cowplot
hiding and combining guides
Adding tags
Creating space for a legend
marginal plots (histograms, densities)
## notes
ghclass package for teaching with github
github workshop for teaching https://mine-cetinkaya-rundel.github.io/teach-r-online/
sugrrants package for visualizing course components
## Miscellaneous
bind_rows
bind_cols
Plotting functions (algebraic form: x^2, etc. or from regression line predictions)
tibble. seq. expand.grid. mutate. plot.
graphics output
http://zevross.com/blog/2017/06/19/tips-and-tricks-for-working-with-images-and-figures-in-r-markdown-documents/