Data Science Chapter 9
Assignment
Address the questions 1-11 and submit to Samba by Tuesday, Oct. 8.
Frequently Used Recipes
- What does my data look like?
- What are the variable names?
- How many variables, how many observations?
- What are all the different values of a given variable?
- What the max/min of the data in a given variable?
- Get a subset of data that just has what I need.
Text Exercises
Browse & Report
ggplot2 extensions gallary
- Browse the gallery implement two, and report back to class two of interest.
tidyverse reference page
- Browse the reference and report two interesting findings to class.