Today’s Agenda

Small Group Discussion:

Three Important Concepts (Again)

  1. As we’ve been discussing, Data can be usefully organized into tables with “cases” and “variables.”
    1. In “tidy data,” every case is the same sort of thing, e.g. a person, a car, a year, a country in a year.
    2. We sometimes even modify data in order to change what the cases represent in order to better represent a point.
  2. Data graphics can be constructed easily when each case corresponds to a “glyph” (mark) on the graph, and each variable to a graphical attribute of that glyph such as x- or y-position, color, size, length, shape, etc. Such data is called “glyph-ready.” (The same is true for more technical presentations of data, e.g., models, predictions, etc. — once the data are set up with appropriate cases and variables, the presentation is straightforward.)

  3. When data are not yet in glyph-ready form, you can transform them into glyph-ready form.
    1. Such transformations are accomplished by performing one or more of a small set of basic operations on data tables
    2. This is the work of data “verbs”

Homework


teaching | stat 184 home | syllabus | piazza | canvas