Skip to content

Latest commit

 

History

History

week2

This week covers:

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

Day 1

Sampling distributions and standard errors

References

Day 2

Hypothesis testing

References

Day 3

  • 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 4

Regression

References

Day 5

Regression (cont'd)

  • See this notebook on model evaluation
  • See if you can reproduce the table in ISRS 5.29 using the original dataset in body.dat.txt, taken from here
  • Do Labs 3.6.3 through 3.6.6 of Intro to Statistical Learning to get practice with linear models in R
  • Read Sections 6.1 through 6.3 of ISRS on regression with multiple features
  • Do Exercises 6.1, 6.2, and 6.3, and use the original data set in babyweights.txt, taken from here, to reproduce the results from the book

References