You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03-daseh_use.Rmd
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ ottrpal::set_knitr_image_path()
8
8
## Learning Objectives
9
9
10
10
11
-
This chapter will provide guidance on how to use DaSEH resources for instruction.
11
+
This chapter will provide guidance on how to use DaSEH resources for instruction including how to:
12
12
13
-
- We will give a information on what material is appropriate for beginner, intermediate, or advanced learners.
14
-
- We will describe ways that instructors can use the full set of DaSEH resources, some of the modules, or just the data.
15
-
- We will present some examples of extensions that can accompany the materials and can serve as a template for homework assignments or independent student exploration.
13
+
- Determine prerequisite knowledge and skills
14
+
- Identify what material is appropriate for beginner, intermediate, or advanced learners.
15
+
- Use the full set of DaSEH resources, some of the modules, or just the data for different kinds of instruction.
16
+
- Extend the materials to serve as a template for homework assignments or independent student exploration.
16
17
17
-
The examples presented in this chapter are merely suggestions - modifications to the material to fit student needs are expected and encouraged! If you come up with a different way to use our resources, please [let us know]https://daseh.org/contact.html) what you come up with so that other educators may be inspired by your creativity.
18
+
The examples presented in this chapter are merely suggestions - modifications to the material to fit student needs are expected and encouraged! If you come up with a different way to use our resources, please [let us know](https://daseh.org/contact.html) what you come up with so that other educators may be inspired by your creativity.
18
19
19
20
### Prerequisites
20
21
@@ -138,7 +139,7 @@ A table of which data is used in which materials is available here: https://dase
138
139
139
140
140
141
141
-
## DaSEH Module Recommendations
142
+
## DaSEH Level Recommendations
142
143
143
144
Overall the DaSEH materials are intended for anyone with zero to minimal familiarity with R, although we have had learners with more intermediate levels of experience who have reported getting a lot out of the material.
144
145
@@ -148,11 +149,11 @@ Here, we are using the following interpretations of "beginner", "intermediate",
148
149
149
150
<br>
150
151
151
-
|Skill Level |Data Import | Data Wrangling | Data Visualization | Statistics|
| Beginner | No experience with importing data into any programming language|No experience wrangling and cleaning raw data in any programming language|No experience visualizing data in any programming language|No experience with statistical concepts |
154
-
| Intermediate | Some experience with importing common data formats (e.g. CSVs) into R or significant experience in another programming language|Some experience wrangling or cleaning raw data in common formats (e.g. numerical data) in R or significant experience in another programming language|Some experience with common visualization packages in R (e.g. ggplot) or significant experience in another programming language|Some familiarity with common statistical concepts (e.g. summary statistics, hypothesis testing) and techniques (e.g. t-test) |
155
-
| Advanced | Experience with importing uncommon data types (e.g. PDFs or web-scraping) and comfort with troubleshooting import challenges|Experience cleaning and wrangling raw data in uncommon formats (e.g. regular expressions) in R and comfort with troubleshooting wrangling challenges|Experience with creating complex data visualizations in R and comfort with visualization challenges|Good understanding of foundational statistical concepts and comfort with applying foundational statistical techniques |
152
+
| Level |Skills|
153
+
| ------- | ------------------ |
154
+
| Beginner | No experience with importing data into any programming language. No experience wrangling and cleaning raw data in any programming language. No experience visualizing data in any programming language. No experience with statistical concepts.|
155
+
| Intermediate | Some experience with importing common data formats (e.g. CSVs) into R or significant experience in another programming language. Some experience wrangling or cleaning raw data in common formats (e.g. numerical data) in R or significant experience in another programming language. Some experience with common visualization packages in R (e.g. ggplot) or significant experience in another programming language. Some familiarity with common statistical concepts (e.g. summary statistics, hypothesis testing) and techniques (e.g. t-test).|
156
+
| Advanced | Experience with importing uncommon data types (e.g. PDFs or web-scraping) and comfort with troubleshooting import challenges. Experience cleaning and wrangling raw data in uncommon formats (e.g. regular expressions) in R and comfort with troubleshooting wrangling challenges. Experience with creating complex data visualizations in R and comfort with visualization challenges.Good understanding of foundational statistical concepts and comfort with applying foundational statistical techniques.|
156
157
157
158
158
159
@@ -177,6 +178,11 @@ The following table lists a few example case studies that would be suitable for
177
178
| Statistics | Beginner * Note that we do not focus on statistical theory, but rather on using R to perform tests |
178
179
| Data Output | Beginner |
179
180
| Functions | Intermediate and Advanced if a new topic|
181
+
| Version Control (codeathon resource) | Intermediate and Advanced if a new topic|
Copy file name to clipboardExpand all lines: 04-daseh_modification.Rmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,11 @@ The list of corresponding lectures is available on the [materials and schedule p
271
271
272
272
273
273
274
+
## Modify Codeathon materials
274
275
276
+
Our codeathon materials are Google Slide presentations which are available to view by the public. This allows for copying and pasting content within the slides.
277
+
278
+
If you would like access to the raw slides, please reach out to us at daseh@fredhutch.org.
Copy file name to clipboardExpand all lines: index.Rmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The [Data Science for Environmental Health Short Course (DaSEH)](https://daseh.o
28
28
29
29
This training initiative is funded by National Institute of Environmental Health Sciences 1R25ES035590-01.
30
30
31
-
DaSEH guides can be used:
31
+
DaSEH resources can be used:
32
32
33
33
1) As a course or to add to a curriculum (either onsite or online) by engaging students to actively participate in data science education for environmental health.
0 commit comments