R资源共享

Point-and-click Interfaces

Two different point-and-click interfaces - Deducer and R Commander (There are others as well, but for beginners, these might be the route to take.)

Others

Graphics

R Search Engines and other bloggers


This is a dynamic post which I will continue to update whenever I find something new. Hope you will find the following links useful.

Online Courses for Learning the R language

  1. Try R from Code School
  2. Computing for Data Analysis by Roger Peng (Coursera)
  3. Concepts in Computing with Data by Phil Spector (Berkeley)

Free Documentations for Learning the R Language

  1. R for Beginners by Emmanuel Paradis
  2. R Graphics by Paul Murrel
  3. ggplot2 (official documentation)
  4. Advanced R Programming by Hadley Wickham

Online Courses for Data Mining with R

  1. Data Analysis by Jeff Leek (Coursera)
  2. Data and Computing Fundamentals by Danny Kaplan and Libby Shoop (Macalester College)
  3. Statistical Learning (Stanford OpenEdX)
  4. CS109 Data Science (Harvard)

e-Books for Data Mining with R

R Tutorials

  1. Twotorials by Anthony Damico (learning new tricks from short 2-min videos)
  2. Revolution Analytics Free Webinars
  3. ggplot2 Graphics Cheat Sheet
  4. 10 tips for making your R graphics look their best
  5. Making Maps with R
  6. Compiling R 3.0.1 with MKL support
  7. Flowing Data - Tutorials
  8. Quick-R
  9. R-Uni (A List of Free R Tutorials and Resources in University Webpages)

Interesting Blogs and Articles

Useful R Packages

  1. Ten R packages I wish I knew about earlier (Before you do anything, read this blog post first!!)
  2. caret (short for Classification And REgression Training) for a simple way to train and fine-tune model using different algorithms
  3. ff and bigmemory - two packages to solve memory issues with big datasets
  4. quantmod for financial modelling
  5. foreach and doSNOW for parallel computing in R

Interactive Development Environment

  1. RStudio - a really nice IDE for R
  2. RStudio Server Amazon Machine Image by Louis Aslett (Wanna run RStudio on Amazon EC2? Try this!)
目录