R Tutorial Videos: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: == Links to R Tutorial Videos, Shown in RStudio == * Installing RStudio [http://www.youtube.com/watch?v=jCddzuufzas])
 
Line 1: Line 1:
== Links to R Tutorial Videos, Shown in RStudio ==
== Introductory Videos ==
* Installing RStudio [http://www.youtube.com/watch?v=jCddzuufzas]
* Introduction to Objects and Functions [http://www.youtube.com/watch?v=9jVxKiV0re4]
* Loading Data Into RStudio [http://www.youtube.com/watch?v=8TLQIiKSAdE]
* Summarizing Data [http://www.youtube.com/watch?v=zqESjFoNVRs]
* Important R functions
* Indexing Data  [http://www.youtube.com/watch?v=w8y0R4toOFw]
* Examining Data Types  [http://www.youtube.com/watch?v=2PF4fW6xJm0]
* Combining Data [http://www.youtube.com/watch?v=NpHFwwcSQxM]
 
== Creating Plots ==
* Histograms [http://www.youtube.com/watch?v=BdlGXTTnuf8]
* Boxplots
* Barplots
* Scatterplots
* Density Plots
 
== Hypothesis Testing ==
* T-tests [http://www.youtube.com/watch?v=CV7Rjc-LWnU]
* Exact Binomial Test and Sign Test
* Chi-squared Goodness of Fit Test
* Chi-squared Contingency Table Analyses


* Installing RStudio [http://www.youtube.com/watch?v=jCddzuufzas]
== Miscellaneous ==
* Data Sampling [http://www.youtube.com/watch?v=iSodgP4j5pM]
* For Loops [http://www.youtube.com/watch?v=JsVlL4UmrZ0]

Revision as of 12:03, 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