how to get started with r programming

12
How to get started with R Programming Ramon E. Salazar – Business Intelligence Professional

Upload: ramonenrique

Post on 10-Apr-2017

31 views

Category:

Software


0 download

TRANSCRIPT

Page 1: How to get started with R programming

How to get started with R ProgrammingRamon E. Salazar – Business Intelligence Professional

Page 2: How to get started with R programming

The case for R programming• Almost all data science packages integrate with R, that’s why it is so important to use it. That includes our main

partner, Tableau.

• Additionally, R is free (open source), meaning that we could provide our consulting services even without• Requiring the client to invest in a predictive analytical tool (if they do not have one)

Page 3: How to get started with R programming

Why Learn R?Objective: Gain knowledge in the most popular programming language for Data Scientist. Being able to Create a simple linear regression model with R.

Page 4: How to get started with R programming

R Studio

R Programming Language Libraries

In order to use R, you first need to learn R Studio. Please download from the two links below

R programming/ R StudioObjective: Install and configure R development environment

Page 5: How to get started with R programming

Learning R Studio IDE and basics

Free options for learning R studio:

• R studio official online learning website with tutorials, webminars and tips

• UCLA R studio tutorial

• Princeton R Studio Introduction (PDF)

• Introduction to R studio Free Video

Objective: Learning R studio and basic R

Page 7: How to get started with R programming

Advanced• Understanding Machine Learning with R

• Mastering Data Visualization with R

Visualization Beginning Data Visualization with R Multivariate Data Visualization with R

Start with R Programming Fundamental Data Science with R Exploratory Data Analysis with R

Pluralsight has a good selection of hands-on R courses, listed below

Pluralsight courses (paid)

Page 8: How to get started with R programming

Books One of the best books for R programming is

Page 9: How to get started with R programming

Hands on with commercial tools.Objective: Complete at least one linear regression model using commercial tools: Spotfire, Alteryx and others..

Why linear regression? . From all the data science techniques, this is the easiest and most popular one.

Page 10: How to get started with R programming

In Tableau, Predictive analysis done via R integration.

Resource #1 White Paper “ Advanced Analytics with Tableau”

Link White Paper Advanced Analytics with Tableau

Link Tableau manual - Pass Expressions to R

Resource #2 – Video

Link Video Advanced Analytics with Tableau

 

Tableau (R integration)

Page 11: How to get started with R programming

Github-online community with code and repositories

Page 12: How to get started with R programming

Kaggle-online community for Data Scientist