SlideShare una empresa de Scribd logo
1 de 49
edureka! BusinessAnalytics With R
Business Analytics and Data Science
How it works?
• 6 weeks duration
• 2 hour live online sessions every Saturday and Sunday
•
•
•
•
•
•
T
otal 8 hours per week = 4 hours (in class) + 4 hours (assignments and case studies)
Project Work (~15 hours)
2 hour proctored Final Online Exam*
All classes are recorded and recordings will be shared even in downloadable format
All course material (ppt,pdfs,assignments,etc) will be shared as soft copy
Life time access to the Learning Management System (LMS)**
*Problem based exam **24 X 7 Online Support
Course Topics
Class 1
 Introduction to Business Analytics
 Introduction to Data Science
 Introduction to R
Class 2


Class 3

Class 4

Class 5

Class 6

Data Import in R
Introduction to Business Analytics
Data Quality in R
Data Manipulation in R
Exploratory Data Analysis in R
Data Visualization in R
Class 7
 Data Mining in R (P1)
Class 8
 Data Mining in R (P2)
Class 9
 Understanding Model Building in R (P1)
Class 10
 Understanding Model Building in R (P2)
Class 11
 Advanced T
opics in R
Class 12
 Revision and Final Exam
Introduction
Learning Objectives
By the end of this chapter,
• Know more on business analytics , data science and R
• Know more on the R language, community and ecosystem
• Understand how 'R' is being used in the industry
• Compare R with other software in analytics
• Install R and packages which are going to be used for the course
• Do basic operations in R using command line
• Learn how to use the IDE R Studio and Various GUI
• Use the R help
• Be introduced to how the worldwide R community collaborates
Business Analytics
Definition
“Study of business data using statistical techniques and programming for creating decision support
and insights for achieving business goals”
Who uses it? How?
• Across Domain
• Dashboard
• Models
• Across A Company
Who creates it? How?
• Skills Needed Business Perception
Business Intelligence
What Is Data Science?
Conway's Diagram
https://s3.amazonaws.com/aws.drewconway.com/viz/venn_diagram/data_science.html
Studying Data Science?
• Coursera Courses ( 26 Courses at
https://www.coursera.org/courses?orderby=upcoming&cats=stats
• Computational Methods for Data Analysis
https://www.coursera.org/course/compmethods
• Computing for Data Analysis
https://www.coursera.org/course/compdata
• Introduction to Data Science
https://www.coursera.org/course/datasci
• Machine Learning
https://www.coursera.org/course/ml
Course Design
Business Analytics
• Understanding what solution business needs
Data Science
• Primarily R
• Programming skills
• Some Applied Statistical Methods
• Exposure to new domains and techniques
Course Design
What you will learn ?
• Data Visualization
• Data Mining T
echniques
• Clustering
• Association Analysis
• Modeling(including Regression)
• What is Demand Forecasting
• Data Manipulation
Course Design
What you may learn a bit?
• Infographics
• Business Strategy Models
• Data Mining T
echniques
• SVM and Decision Trees
• Neutral Nets and Ensemble Models
• Web Analytics and Social Media Analytics
• Social Network Analysis(SNA)
Course Design
• What you may NOT learn?
Course Methodology
Part 1: What Is Business Analytics?
• What are the problems in a business ?
• What are the tools that can be used?
• How are businesses solving these
problems?
• What problems can be solved by MS
Excel?
• What can’t be solved by MS Excel?
Part 1: What Is Business Analytics?
• What is Business Analytics
• What problems does it solve?
• History of Business Analytics.
• What are the different kinds of Business
Analytics?
• What is R? What is SAS?
• How are they different?
Part 1: What Is Business Analytics?
• Part 1
- What is R?
• Part 2
- Corporate usage for R
• Part 3
- Comparing R
• Part 4
- Installation of R and Packages
• Part 5
- Basics of R - Command Line
• Part 6
- RStudio IDE and GUI
• Part 7
- Help and Documentation in R
• Part 8
- Interacting with community in R
Topics: Introduction To R
Part 1: What Is R?
www.r-project.org/
Part 1: What Is R?
www.r-project.org/about.html
History Open Source Official Website R Journal
Evolution Free R Core
Current State Widely Recognized Creators
Part 2: Corporate Usage of R?
Part 2: Corporate Usage of R?
Part 2: Corporate Usage of R?
Did you know Oracle creates a version of R?
http://www.oracle.com/technetwork/topics/bigdata/r-offerings-1566363.html
Part 2: Corporate Usage of R?
Did you know SAP uses R for analyzing it’s HANA database?
http://help.sap.com/hana/hana_dev_r_emb_en.pdf
Part 2: Corporate Usage of R?
Did you know SAS Institute views R as an Opportunity?
http://support.sas.com/rnd/app/studio/Rinterface2.html
Part 2: Corporate Usage of R?
Did you know SAS Institute views R as an Opportunity?
http://support.sas.com/rnd/app/studio/Rinterface2.html
Part 2: Corporate Usage of R?
Did you know SAS Institute views R as an Opportunity?
http://www.jmp.com/support/help/Working_with_R.shtml
Part 2: Corporate Usage of R?
Did you know T
eradata uses R for in-database analytics?
http://developer
.teradata.com/applications/articles/in-database-analytics-with-teradata-r
http://downloads.teradata.com/download/applications/teradata-r
Part 2: Corporate Usage of R?
Did you know IBM uses and even teaches R for High-end Analytics?
http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=DW540
Part 2: Corporate Usage of R?
• T
elecom
• Pharmaceuticals
• Financial Services
• Life sciences, etc
Corporate Clients of R
http://www.revolutionanalytics.com/aboutus/our-customers.php
Part 2: Corporate Usage of R?
Part 3: Comparing R
but
R is open source and free R has a steep learning curve
Part 3: Comparing R
R has lots of packages
R can be customized
R has the most advanced graphics
R has GUI to help make learning easier
R can connect to many database and
data types
multiple packages and ways to do the
same thing
by default stores memory in RAM
you need much better programming skills
customization needs command line
you need to know which package to use
Comparing R and Base SAS* /SAS Stat*
R is open source and free Base SAS* , SAS/Stat*, SAS/ET*,
SAS/OR*, SAS/Graph* are expensive
relatively because of annual licenses
SAS Institute* products have dedicated
support and extensive documentation
by default R stores memory in
RAM,so we can use the cloud
you need much better programming
skills
Part 3: Comparing R
Open source R has support from
email lists, twitter
, stack overflow
R is slower on the desktop than base
SAS for datasets ~4-5 gb
R has much much better graphics
You can create custom functions in
R easily
R has multiple GUI that are free
*Copyright © 2012 SAS Institute Inc., SAS Campus Drive, Cary, North Carolina 27513, USA. All rights reserved.
Customization needs command line
SAS GUI are more expensive
but
Comparing R and others
http://r4stats.com/articles/popularity/
Part 3: Comparing R
http://cran.r-project.org/
http://cran.r-project.org/bin/windows/Rtools/
Part 4: Installation of R and Packages
Part 4: Installation of R and Packages
http://cran.r-project.org/
Part 4: Installation of R and Packages
http://cran.r-project.org/
http://cran.r-project.org/bin/windows/Rtools/
Part 4: Installation of R and Packages
http://cran.r-project.org/
http://cran.r-project.org/bin/windows/Rtools/
R and R Packages
Part 4: Installation of R and Packages
Part 4: Installation of R and Packages
R and R Packages
Part 4: Installation of R and Packages
R and R Packages
Part 4: Installation of R and Packages
R and R Packages
Part 4: Installation of R and Packages
R and R Packages
Part 5: Basics Of R - Command Line
Basics of R - Command Line
Part 5: Basics Of R - Command Line
Basics of R - Command Line
Basics of R - Command Line
Part 5: Basics Of R - Command Line
Part 6: RStudio IDE and GUI
Installation of RStudio
Thank You
See You in Class Next Week

Más contenido relacionado

Similar a Business Analytics with R

Vishwanath_M_CV_NL
Vishwanath_M_CV_NLVishwanath_M_CV_NL
Vishwanath_M_CV_NL
Vishwanath M
 
Bluegranite AA Webinar FINAL 28JUN16
Bluegranite AA Webinar FINAL 28JUN16Bluegranite AA Webinar FINAL 28JUN16
Bluegranite AA Webinar FINAL 28JUN16
Andy Lathrop
 

Similar a Business Analytics with R (20)

R training at Aimia
R training at AimiaR training at Aimia
R training at Aimia
 
Microsoft Data Platform Airlift 2017 Rui Quintino Machine Learning with SQL S...
Microsoft Data Platform Airlift 2017 Rui Quintino Machine Learning with SQL S...Microsoft Data Platform Airlift 2017 Rui Quintino Machine Learning with SQL S...
Microsoft Data Platform Airlift 2017 Rui Quintino Machine Learning with SQL S...
 
The History and Use of R
The History and Use of RThe History and Use of R
The History and Use of R
 
ASAP_Methodology.pptx
ASAP_Methodology.pptxASAP_Methodology.pptx
ASAP_Methodology.pptx
 
Technix-Pro Sas certified base programmer
Technix-Pro Sas certified base programmerTechnix-Pro Sas certified base programmer
Technix-Pro Sas certified base programmer
 
Data Science - Part II - Working with R & R studio
Data Science - Part II -  Working with R & R studioData Science - Part II -  Working with R & R studio
Data Science - Part II - Working with R & R studio
 
Hithai Shree.J and Varsha.R.pptx
Hithai Shree.J and Varsha.R.pptxHithai Shree.J and Varsha.R.pptx
Hithai Shree.J and Varsha.R.pptx
 
Vishwanath_M_CV_NL
Vishwanath_M_CV_NLVishwanath_M_CV_NL
Vishwanath_M_CV_NL
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with R
 
How to get started with R programming
How to get started with R programmingHow to get started with R programming
How to get started with R programming
 
How To Model and Construct Graphs with Oracle Database (AskTOM Office Hours p...
How To Model and Construct Graphs with Oracle Database (AskTOM Office Hours p...How To Model and Construct Graphs with Oracle Database (AskTOM Office Hours p...
How To Model and Construct Graphs with Oracle Database (AskTOM Office Hours p...
 
Bluegranite AA Webinar FINAL 28JUN16
Bluegranite AA Webinar FINAL 28JUN16Bluegranite AA Webinar FINAL 28JUN16
Bluegranite AA Webinar FINAL 28JUN16
 
Tableau and hadoop
Tableau and hadoopTableau and hadoop
Tableau and hadoop
 
Team Data Science Process Presentation (TDSP), Aug 29, 2017
Team Data Science Process Presentation (TDSP), Aug 29, 2017Team Data Science Process Presentation (TDSP), Aug 29, 2017
Team Data Science Process Presentation (TDSP), Aug 29, 2017
 
SAP on pay as you go model
SAP on pay as you go modelSAP on pay as you go model
SAP on pay as you go model
 
An introduction to R is a document useful
An introduction to R is a document usefulAn introduction to R is a document useful
An introduction to R is a document useful
 
R programming
R programmingR programming
R programming
 
Venkatesh-Babu-Profile2
Venkatesh-Babu-Profile2Venkatesh-Babu-Profile2
Venkatesh-Babu-Profile2
 
Analytical tools
Analytical toolsAnalytical tools
Analytical tools
 
Big Data Day LA 2016/ Big Data Track - Apply R in Enterprise Applications, Lo...
Big Data Day LA 2016/ Big Data Track - Apply R in Enterprise Applications, Lo...Big Data Day LA 2016/ Big Data Track - Apply R in Enterprise Applications, Lo...
Big Data Day LA 2016/ Big Data Track - Apply R in Enterprise Applications, Lo...
 

Más de Edureka!

Más de Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

Business Analytics with R

  • 2. Business Analytics and Data Science
  • 3. How it works? • 6 weeks duration • 2 hour live online sessions every Saturday and Sunday • • • • • • T otal 8 hours per week = 4 hours (in class) + 4 hours (assignments and case studies) Project Work (~15 hours) 2 hour proctored Final Online Exam* All classes are recorded and recordings will be shared even in downloadable format All course material (ppt,pdfs,assignments,etc) will be shared as soft copy Life time access to the Learning Management System (LMS)** *Problem based exam **24 X 7 Online Support
  • 4. Course Topics Class 1  Introduction to Business Analytics  Introduction to Data Science  Introduction to R Class 2   Class 3  Class 4  Class 5  Class 6  Data Import in R Introduction to Business Analytics Data Quality in R Data Manipulation in R Exploratory Data Analysis in R Data Visualization in R Class 7  Data Mining in R (P1) Class 8  Data Mining in R (P2) Class 9  Understanding Model Building in R (P1) Class 10  Understanding Model Building in R (P2) Class 11  Advanced T opics in R Class 12  Revision and Final Exam
  • 5. Introduction Learning Objectives By the end of this chapter, • Know more on business analytics , data science and R • Know more on the R language, community and ecosystem • Understand how 'R' is being used in the industry • Compare R with other software in analytics • Install R and packages which are going to be used for the course • Do basic operations in R using command line • Learn how to use the IDE R Studio and Various GUI • Use the R help • Be introduced to how the worldwide R community collaborates
  • 6. Business Analytics Definition “Study of business data using statistical techniques and programming for creating decision support and insights for achieving business goals” Who uses it? How? • Across Domain • Dashboard • Models • Across A Company Who creates it? How? • Skills Needed Business Perception
  • 8. What Is Data Science? Conway's Diagram https://s3.amazonaws.com/aws.drewconway.com/viz/venn_diagram/data_science.html
  • 9. Studying Data Science? • Coursera Courses ( 26 Courses at https://www.coursera.org/courses?orderby=upcoming&cats=stats • Computational Methods for Data Analysis https://www.coursera.org/course/compmethods • Computing for Data Analysis https://www.coursera.org/course/compdata • Introduction to Data Science https://www.coursera.org/course/datasci • Machine Learning https://www.coursera.org/course/ml
  • 10. Course Design Business Analytics • Understanding what solution business needs Data Science • Primarily R • Programming skills • Some Applied Statistical Methods • Exposure to new domains and techniques
  • 11. Course Design What you will learn ? • Data Visualization • Data Mining T echniques • Clustering • Association Analysis • Modeling(including Regression) • What is Demand Forecasting • Data Manipulation
  • 12. Course Design What you may learn a bit? • Infographics • Business Strategy Models • Data Mining T echniques • SVM and Decision Trees • Neutral Nets and Ensemble Models • Web Analytics and Social Media Analytics • Social Network Analysis(SNA)
  • 13. Course Design • What you may NOT learn?
  • 15. Part 1: What Is Business Analytics? • What are the problems in a business ? • What are the tools that can be used? • How are businesses solving these problems? • What problems can be solved by MS Excel? • What can’t be solved by MS Excel?
  • 16. Part 1: What Is Business Analytics? • What is Business Analytics • What problems does it solve? • History of Business Analytics. • What are the different kinds of Business Analytics? • What is R? What is SAS? • How are they different?
  • 17. Part 1: What Is Business Analytics?
  • 18. • Part 1 - What is R? • Part 2 - Corporate usage for R • Part 3 - Comparing R • Part 4 - Installation of R and Packages • Part 5 - Basics of R - Command Line • Part 6 - RStudio IDE and GUI • Part 7 - Help and Documentation in R • Part 8 - Interacting with community in R Topics: Introduction To R
  • 19. Part 1: What Is R? www.r-project.org/
  • 20. Part 1: What Is R? www.r-project.org/about.html History Open Source Official Website R Journal Evolution Free R Core Current State Widely Recognized Creators
  • 21. Part 2: Corporate Usage of R?
  • 22. Part 2: Corporate Usage of R?
  • 23. Part 2: Corporate Usage of R? Did you know Oracle creates a version of R? http://www.oracle.com/technetwork/topics/bigdata/r-offerings-1566363.html
  • 24. Part 2: Corporate Usage of R? Did you know SAP uses R for analyzing it’s HANA database? http://help.sap.com/hana/hana_dev_r_emb_en.pdf
  • 25. Part 2: Corporate Usage of R? Did you know SAS Institute views R as an Opportunity? http://support.sas.com/rnd/app/studio/Rinterface2.html
  • 26. Part 2: Corporate Usage of R? Did you know SAS Institute views R as an Opportunity? http://support.sas.com/rnd/app/studio/Rinterface2.html
  • 27. Part 2: Corporate Usage of R? Did you know SAS Institute views R as an Opportunity? http://www.jmp.com/support/help/Working_with_R.shtml
  • 28. Part 2: Corporate Usage of R? Did you know T eradata uses R for in-database analytics? http://developer .teradata.com/applications/articles/in-database-analytics-with-teradata-r http://downloads.teradata.com/download/applications/teradata-r
  • 29. Part 2: Corporate Usage of R? Did you know IBM uses and even teaches R for High-end Analytics? http://www-304.ibm.com/jct03001c/services/learning/ites.wss/us/en?pageType=course_description&courseCode=DW540
  • 30. Part 2: Corporate Usage of R? • T elecom • Pharmaceuticals • Financial Services • Life sciences, etc
  • 31. Corporate Clients of R http://www.revolutionanalytics.com/aboutus/our-customers.php Part 2: Corporate Usage of R?
  • 33. but R is open source and free R has a steep learning curve Part 3: Comparing R R has lots of packages R can be customized R has the most advanced graphics R has GUI to help make learning easier R can connect to many database and data types multiple packages and ways to do the same thing by default stores memory in RAM you need much better programming skills customization needs command line you need to know which package to use
  • 34. Comparing R and Base SAS* /SAS Stat* R is open source and free Base SAS* , SAS/Stat*, SAS/ET*, SAS/OR*, SAS/Graph* are expensive relatively because of annual licenses SAS Institute* products have dedicated support and extensive documentation by default R stores memory in RAM,so we can use the cloud you need much better programming skills Part 3: Comparing R Open source R has support from email lists, twitter , stack overflow R is slower on the desktop than base SAS for datasets ~4-5 gb R has much much better graphics You can create custom functions in R easily R has multiple GUI that are free *Copyright © 2012 SAS Institute Inc., SAS Campus Drive, Cary, North Carolina 27513, USA. All rights reserved. Customization needs command line SAS GUI are more expensive but
  • 35. Comparing R and others http://r4stats.com/articles/popularity/ Part 3: Comparing R
  • 37. Part 4: Installation of R and Packages http://cran.r-project.org/
  • 38. Part 4: Installation of R and Packages http://cran.r-project.org/ http://cran.r-project.org/bin/windows/Rtools/
  • 39. Part 4: Installation of R and Packages http://cran.r-project.org/ http://cran.r-project.org/bin/windows/Rtools/
  • 40. R and R Packages Part 4: Installation of R and Packages
  • 41. Part 4: Installation of R and Packages R and R Packages
  • 42. Part 4: Installation of R and Packages R and R Packages
  • 43. Part 4: Installation of R and Packages R and R Packages
  • 44. Part 4: Installation of R and Packages R and R Packages
  • 45. Part 5: Basics Of R - Command Line Basics of R - Command Line
  • 46. Part 5: Basics Of R - Command Line Basics of R - Command Line
  • 47. Basics of R - Command Line Part 5: Basics Of R - Command Line
  • 48. Part 6: RStudio IDE and GUI Installation of RStudio
  • 49. Thank You See You in Class Next Week