Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.61 KB

Rcourse.md

File metadata and controls

48 lines (32 loc) · 2.61 KB
layout title permalink
default
Intro and Intermediate R Courses
/teaching/rcourse

These are introductory and intermediate R courses for researchers in health, behavioral, social, and educational sciences. The material is taught to be used by very applied individuals with minimal statistical training. The overall goal is to empower reproducible research using R and RMarkdown.

My most recent class material can be found below:

Intro

[Intro Syllabus]({{ site.baseurl }} /syllabus/introR)

Link to Encyclopedia

  Topic Chapter Packet Slides
Week 1 Intro and Import Data 1 1 Link
Week 2 Tidyverse 2; 5 (MD); 5 (R4DS) 2 Link
Week 3 More Tidyverse 2; 5 (MD); 5 (R4DS) 2
Week 4 Tables and Visuals 3; 3 (MD); 3 (R4DS) 3 Link
Week 5 Review and Catch Up 1-3  
Week 6 Statistics in R 4-5 4
Week 7 Intro to RMarkdown Chapter 2 of Rmarkdown Book    

Intermediate

[Intermediate Syllabus]({{ site.baseurl }} /syllabus/interR)

  1. Review of Tidyverse
  2. Tables and Viz's
  3. Replicable Workflow in R
  4. Basics of Git and GitHub
  5. Creating an R Package
  6. Miscellaneous Topics
  7. More on Functions

Handouts

  1. [Intro Handout]({{ site.baseurl }} /assets/images/R_Cheatsheet_6600.pdf)
  2. [Long-Wide Handout]({{ site.baseurl }} /assets/images/LongWide_Handout.pdf)