Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

This week covers:

  • More wrangling and plotting in R
  • Statistical inference
  • Regression
  • Overfitting / generalization

Day 1

Combining and reshaping data

Plotting exercises

  • Finish up the Citibike plotting exercises in plot_trips.R, including the plots that involve reshaping data

Combining and reshaping exercises

Rmarkdown

  • Read Chapter 27 of the 1st edition of R for Data Science on Rmarkdown
  • Do the following exercises from the 1st edition of R for Data Science in diamond-sizes.Rmd:
    • First, install pandoc here (choose the windows file ending in .msi)
    • Section 27.2.1, exercises 1 and 2 (try keyboard shortcuts: ctrl-shift-enter to run chunks, and ctrl-shift-k to knit the document)
      • Note: If you're getting an error that you don't have pandoc installed, try closing/re-opening your VS code!
    • Section 27.3.1 exercise 3
    • Section 27.4.7, exercise 1

Learn more

Day 2

Sampling distributions and standard errors

References

Day 3

Hypothesis testing

References

Day 4

  • Continue working on exercises from yesterday
  • Read Chapters 12 and 13 of IST and do exercises 12.1 and 13.1

Power, effect sizes, and the replication crisis

References

Day 5

Regression

References