- Wed Nov 16, 7:30pm-10:00pm in Warner 506/507.
- Target median completion time is about 1h15m
- Closed book, no calculators, but you may bring
dplyr
cheatsheet. - You won't need to write 100% correct R code, but rather rough pseudocode
Mon Nov 14, 2016
dplyr
cheatsheet.ggplot2
/dplyr
are now not goals in and of themselves (like with Data Science), but rather the tools we use for
Especially for the section 3 of the syllabus: Statistical Inference, look at the OpenIntro textbook from Problem Set 08 and use the index to find the topics (mostly at the front of the text).
The tools for sampling, randomization, and probability from the mosaic
package:
rflip()
a coinshuffle()
do()
many, many, many timesresample()
: the swiss army knife. Understand the three knobs you can control to have different types of sampling.