R Tutorial Videos

From OpenWetWare
Jump to navigationJump to search

Introductory Videos

  • Installing RStudio [1]
  • Introduction to Objects and Functions [2]
  • Loading Data Into RStudio [3]
  • Summarizing Data [4]
  • Important R functions
  • Indexing Data [5]
  • Examining Data Types [6]
  • Combining Data [7]

Creating Plots

  • Histograms [8]
  • Boxplots
  • Barplots
  • Scatterplots
  • Density Plots

Hypothesis Testing

  • T-tests [9]
  • Exact Binomial Test and Sign Test
  • Chi-squared Goodness of Fit Test
  • Chi-squared Contingency Table Analyses

Miscellaneous