Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 7.5 KB

File metadata and controls

60 lines (51 loc) · 7.5 KB

R Resources

Start by downloading R from the official R website, and then (you don't have to, but it's highly recommended!) download R Studio.

R Tutorials and Beginners Guides

General R Resources

  • R Reference Card - R cheat sheet.
  • RStatistics.Net - an educational resource for all things related to R language and its applications in advanced statistical computing and machine learning.
  • R for Data Science - this is the website for “R for Data Science”. This book will teach you how to do data science with R: You’ll learn how to get your data into R, get it into the most useful structure, transform it, visualize it and model it. In this book, you will find a practicum of skills for data science.
  • Advanced R - the website for work-in-progress 2nd edition of “Advanced R”. The book is designed primarily for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R’s quirks and shows how some parts that seem horrible do have a positive side.
  • Biomedical Data Science/Data Analysis for the Life Sciences - This book will cover several of the statistical concepts and data analytic skills needed to succeed in data-driven life science research - all in R.
  • Intro to Data Science with R - this series is a comprehensive introduction to Data Science using the R programming language.
  • What You Need to Know About R - a free ebook, that provides a "first step into the world of R where you will learn about the core concepts, libraries, and packages."

Data Analysis, Manipulation and Wrangling

  • Introduction to R programming - this is an intermediate/advanced R course appropriate for those with basic knowledge of R. It is intended for those already comfortable with using R for data analysis who wish to move on to writing their own functions.
  • R Data Management - before data can be used effectively it must often be cleaned, corrected, and reformatted. This workshop introduces the basic tools needed to make your data behave, including data reshaping, regular expressions and other text manipulation tools.

Data Visualization

Machine Learning

Deep Learning in R

Statistics in R

Other