Intro to R and data analysis

Module 1

Outline

  • Introduction to R and R-studio
    • Why R?
    • Principles of reproducible analysis with R + RStudio
  • R objects, functions, packages
  • Understanding different types of variables
    • Principles of “tidy data”
    • Data cleaning and manipulation
  • Descriptive statistics
    • Measures of central tendency, measures of variability (or spread), and
  • Frequency distribution
  • Visual data exploration
    • {ggplot2}

Lecture slides

Practice slides

Practice input data (as subfolder)

Practice R code (as .R file)