Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.98 KB

File metadata and controls

42 lines (29 loc) · 2.98 KB

Intro-to-statistics-workshop

Materails for industry introduction to statistics workshop.

Slides

  • The slide deck is in the main folder or can be downloaded from here.

Interactive Tutorials in R

  • Section 1: Interactive introduction to R here.

  • Section 2: Interactive introduction to the tidyverse here.

    • Section 1 and 2 recap: R code lives here here
  • Section 3: Interactive introduction to data cleaning here.

  • Section 4: Files for hypothesis testing and simple linear regression here.

  • Section 5: Dashboard here.

    • Example Dashboard: Turning R code into an interactive dashboard here.

Tutorials and useful links for R

  • Online IDE for R here.
  • You can download R from here.
  • RStudios is a powerful IDE for R here.
  • ggplot function references here.
  • An extensive introduction to ggplot2 here.

Books

  • Free online cook book for getting started with R here.
  • Free online version of R for Data Science by Garrett Grolemund and Hadley Wickham here.
  • Free online version of Text Mining with R by Julia Silge and David Robinson here.
  • Free online version of R Cookbook by James (JD) Long and Paul Teetor here.
  • Free version of The Elements of Statistical Learning by Trevor Hastie, Robert Tibshirani and Jerome Friedman here.
  • Free version of Computer Age Statistical Inference by Trevor Hastie and Bradley Efron here.