-
Notifications
You must be signed in to change notification settings - Fork 4
/
lesson_04_dataWrangling.Rmd
21 lines (16 loc) · 1.32 KB
/
lesson_04_dataWrangling.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: "Data Wrangling"
---
## Data Wrangling
* see notes at [https://melindahiggins2000.github.io/N736Fall2017_lesson05/lesson05_dataWrangling.html](https://melindahiggins2000.github.io/N736Fall2017_lesson05/lesson05_dataWrangling.html)
* for this lesson, download the following 3 datasets:
- [dataA.csv](https://github.com/melindahiggins2000/N736Fall2017_lesson05/raw/master/dataA.csv)
- [dataB.csv](https://github.com/melindahiggins2000/N736Fall2017_lesson05/raw/master/dataB.csv)
- [dataC.csv](https://github.com/melindahiggins2000/N736Fall2017_lesson05/raw/master/dataC.csv)
* here are some code examples
- [`R` code](https://github.com/melindahiggins2000/N736Fall2017_lesson05/raw/master/lesson05_Rcode.R)
- [`SAS` code](https://github.com/melindahiggins2000/N736Fall2017_lesson05/raw/master/lesson05_SAScode.sas)
* If we have time, we might also look at:
- some more data wrangling and formatting issues [https://melindahiggins2000.github.io/N736Fall2017_lesson06/lesson06_dataWranglingPt2.html](https://melindahiggins2000.github.io/N736Fall2017_lesson06/lesson06_dataWranglingPt2.html)
- [`R` code](https://github.com/melindahiggins2000/N736Fall2017_lesson06/raw/master/lesson06_Rcode.R)
- [`SAS` code](https://github.com/melindahiggins2000/N736Fall2017_lesson06/raw/master/lesson06_SAScode.sas)