Data Science Chapter 9

Assignment

Published

October 1, 2024

Address the questions 1-11 and submit to Samba by Tuesday, Oct. 8.

Frequently Used Recipes

  1. What does my data look like?
  2. What are the variable names?
  3. How many variables, how many observations?
  4. What are all the different values of a given variable?
  5. What the max/min of the data in a given variable?
  6. Get a subset of data that just has what I need.

Text Exercises

  1. Section 9.2 - Aeshetics
  2. Section 9.3 - Geoms
  3. Section 9.4 - Facets

Browse & Report

ggplot2 extensions gallary

  1. Browse the gallery implement two, and report back to class two of interest.

tidyverse reference page

  1. Browse the reference and report two interesting findings to class.