Questions from the Homework
- Professionalization, big-picture questions.
- Conceptual questions.
- Detailed, in-the-weeds, technical questions.
A Bit of Catch-Up
- Talk about causality versus description. The notes on questions are
here. The slides on causal
inference are here.
- Show and example of R Projects (i.e., the
.Rproj
file)
and loading data.
- Talk about data frames in R. The slides are here
New Material
- The big picture for the remainder of the course.
- How can we summarize a collection of numbers? (Part 1)
- How can we summarize a collection of random draws from a known urn?
(Part 2a)
- How can we guess the urn given a collection of random draws? (Part
2b)
- A redo of 2a, mathematically. (Part 3a)
- A redo of 2b, mathematically. (Part 3b)
- How tall are the bars of a histogram?
- personal space exercise
- forearm span exercise
- Live coding with R based on the notes on
histograms (currently ch. 4).
Carlisle Rainey