Data Organization
Week 4 Overview
Overview
Prepare
- ATLAS.ti: The Ultimate Guide to Qualitative Research - Part 2: Handling Qualitative Data (Please read Sections 1-5 and 7)
- Copy
03code along fromshared/Wickedto yourHomefolder.- Here is the QMD file for those working locally.
- Copy
hw03_templatecode along fromshared/Wickedto yourHomefolder.- Here is the QMD file for those working locally.
- Pre-reading Tidy Text Mining - Preface, R for NP Ch 14 intro
Materials
- Week 4 Google Drive folder
- Tidy Text Mining with R (TTM) Ch 1
- R for NP Ch 14.1 and 14.2
- Tidy text code along slides
Assignments
- Code along 03 - Submit to the code along folder in Week 4 Google drive by Friday, September 18 by 11:59pm
- Homework 3: Working with Text data - Submit your compiled PDF to Canvas by Friday, September 25 by 11:59pm
- Practice knowledge check in class
This week we start to look at how to organize data in a responsible and reproducible manner
Now that we have the fundamentals of the R programming language under our belts, we can switch to start to learn how to work with text as data. Specifically we are going to see how to convert raw text into tidy text format and apply tokenization, including stop word removal and custom dictionaries.