R Tutorial Videos: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(No difference)

Revision as of 12:04, 1 September 2012

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