View on GitHub

RA-tutorial-2020

R tutorial covering tidyverse, R markdown and basic statistics for shelby's RAs in 2020

RA Tutorial, Fall 2020

Schedule

Week 1: Review of R basics

Readings

Tasks

Week 2: Data wrangling & exploration with the tidyverse, part I

Readings

Tasks

Week 3: Data wrangling & exploration with the tidyverse, part II

Readings

Tasks

Week 4: Data visualization with ggplot2, part I

Readings

Tasks

Week 5: Data visualization with ggplot2, part II

Readings

Tasks

Week 6: R Markdown for reproducible reporting, part I

Readings

Tasks

Week 7: R Markdown for reproducible reporting, part II

Readings

Tasks

Week 8: Distributions & descriptive statistics

Readings

Tasks

Week 9: Correlation & sampling distributions

Readings

Tasks

Week 10: Comparing two means

Readings

Tasks

Week 11: Comparing three or more means & factorial ANOVA

Readings

Tasks

Books & Resources

Gandrud, C. (2020). Reproducible Research with R and RStudio (3rd edition). Chapman & Hall.

Healy, K. Data Visualization: A practical introduction. https://socviz.co/

Navarro, D. Learning Statistics with R. https://learningstatisticswithr.com/book/

Wickham, H. & Grolemund, G. R for Data Science. https://r4ds.had.co.nz/

Demos

example script

example R markdown document

example script: t-test & ANOVA

swirl: learn R interactively

mycodingclub: variety of R tutorials

UCI ML database: variety of sample datasets