-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsyllabus.Rmd
76 lines (55 loc) · 2.66 KB
/
syllabus.Rmd
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
---
title: Syllabus
---
This series of *hands-on* workshops aims to introduce students to the concept of
research reproducibility and to get the students practicing with using version
control systems and with using modern techniques in R that make analyses less
error prone and reproducible, and that make you more efficient, productive, and
in control. Techniques for using version control systems to faciliate greater
collaboration among peers will also be presented. The ultimate goal of the
workshop is to show how to reduce the number of steps needed to go from the
initial data analysis to the final written manuscript or thesis (hence the name
*Code As Manuscript*). Given the applied nature of the concepts in these
workshops, hands-on activities and
[live coding](http://en.wikipedia.org/wiki/Live_coding) will be integrated into each
workshop.
# Goals:
The expected goal of the workshops is that you will be able to:
- Learn how to use R for common data analysis problems
- Produce publication quality plots
- Get your data into an easily analyzable format
- Use R code in your manuscript/thesis to re-generate results and plots
By achieving these goals, you will be on your way to making an efficient and
productive workflow, that will make it easier for you do to your work and
research, and that is also scientifically rigorous and transparent. Because R is
free and open source, these are skills you can take with you wherever your
career takes you.
# Schedule:
The workshop will cover the following topics:
1. Intro to R and RStudio
2. Data wrangling (management, organizing)
3. Visualization
4. Dynamic report generation
# Date & time:
TBA
# Intended audience:
Graduate students or post-docs whose research involves a fair amount of data
analysis. No experience necessary for these workshops.
## Pre-requisites:
- See the [instructions page](instructions.html)
- Bring a positive, not-afraid-of-making-mistakes-or-feeling-unsure attitude!!
Learning any language (either human or computer) is hard work and *not* easy,
but can be done!
## Assignments:
Because this is a hands-on workshop, at the end of each workshop, we have an
activity for you to try out. And since this is a GPS-approved course, if you
want to get a GPS credit, you will need to:
1. Come to all the workshops (though we can be flexible).
2. Complete each workshop assignment using R Markdown, copy contents of the
generated `.md` file into a GitHub Issue, and attach the original `.Rmd` file to
the Issue.
Don't worry if this doesn't make sense yet. We will go over these details in the
workshop.
# Instructor(s)
- Luke Johnston, MSc, PhD (c)
You can contact the workshop email at: [email protected]