R Tutorial Videos: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 1: Line 1:
== Introductory Videos ==
== Introductory Videos ==
* Installing RStudio [http://www.youtube.com/watch?v=jCddzuufzas]
* [http://www.youtube.com/watch?v=jCddzuufzas Installing RStudio]
* Introduction to Objects and Functions [http://www.youtube.com/watch?v=9jVxKiV0re4]
* [http://www.youtube.com/watch?v=9jVxKiV0re4 Introduction to Objects and Functions]
* Loading Data Into RStudio [http://www.youtube.com/watch?v=8TLQIiKSAdE]
* [http://www.youtube.com/watch?v=8TLQIiKSAdE Loading Data Into RStudio]
* Summarizing Data [http://www.youtube.com/watch?v=zqESjFoNVRs]
* [http://www.youtube.com/watch?v=zqESjFoNVRs Summarizing Data]
* Important R functions
* Important R functions
* Indexing Data  [http://www.youtube.com/watch?v=w8y0R4toOFw]
* [http://www.youtube.com/watch?v=w8y0R4toOFw Indexing Data]
* Examining Data Types  [http://www.youtube.com/watch?v=2PF4fW6xJm0]
* [http://www.youtube.com/watch?v=2PF4fW6xJm0 Examining Data Types]
* Combining Data [http://www.youtube.com/watch?v=NpHFwwcSQxM]


== Creating Plots ==
== Creating Plots ==

Revision as of 12:06, 1 September 2012

Introductory Videos

Creating Plots

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

Hypothesis Testing

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

Miscellaneous

  • Data Sampling [3]
  • For Loops [4]