SlideShare uma empresa Scribd logo
1 de 33
www.edureka.co/r-for-analytics
View Business Analytics with R Course at www.edureka.co/r-for-analytics
BUSINESS ANALYTICS WITH R
Slide 2 www.edureka.co/r-for-analytics
Objectives of this Session
 What is Business Analytics?
 Who uses R and How?
 What is R?
 Why to use R?
 R Products
 Job Trends in R
 Get started with R
 Use-case Implementation
For Queries during the session and class recording:
Post on Twitter @edurekaIN: #askEdureka
Post on Facebook /edurekaIN
Slide 3Slide 3 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Source- http://www.mushroomnetworks.com/infographics/landscape-of-big-data
Landscape of Big Data
Slide 4Slide 4 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Business Analytics
Why Business Analytics is getting popular these days ?
Cost of storing data Cost of processing data
Slide 5Slide 5 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Cost of storing data ( 1980–2009)
Slide 6Slide 6 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Cost of processing Data ( 1992-2012)
Slide 7Slide 7 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Business Analytics
“Study of business data using statistical techniques and programming for creating decision support
and insights for achieving business goals”.
Business analytics is used to evaluate organization-wide operations, and can be implemented in any
department from sales to product development to customer service.
Business analytics solutions typically use statistical and quantitative analysis and fact-based data to
measure past performance to guide an organization's business planning.
Definition
Who creates it? How?
Who uses it? How?
Slide 8Slide 8 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Who uses R?
Slide 9Slide 9 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Who Uses R : Domains
 Telecom
 Pharmaceuticals
 Financial Services
 Life Sciences
 Education, etc
Slide 10Slide 10 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Who Uses R : Companies
Consumer Financial Protection Bureau
The Consumer Financial Protection Bureau uses R for data analysis
John Deere
Statisticians at John Deere use R for time series modeling and geospatial analysis in a
reliable and reproducible way. The results are integrated with Excel and SAP
Bank of America
Bank of America uses R for reporting
Foursquare
R is part of technology stack behind Foursquare’s famed recommendation engine
Slide 11Slide 11 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
ANZ Bank
ANZ, the fourth largest bank in Australia, using R for credit risk analysis
Google
Google uses R to predict Economic Activity
Mozilla
Mozilla, the foundation responsible for the Firefox web browser, uses R to visualize Web
activity
Who Uses R : Companies
Slide 12Slide 12 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Who Uses R : Companies
Corporate Clients of R
http://www.revolutionanalytics.com/aboutus/our-customers.php
Slide 13Slide 13 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
R : Characteristics
 R is open source and free.
 R has lots of packages and multiple ways of doing the same thing.
 By default stores memory in RAM.
 R has the most advanced graphics. You need much better programming skills.
 R has GUI to help make learning easier.
 Customization needs command line.
 R can connect to many database and data types.
“The great beauty of R is that you can modify it to do all sorts of things,” said Hal Varian, chief
economist at Google. “And you have a lot of pre-packaged stuff that’s already available, so
you’re standing on the shoulders of giants.”
Slide 14Slide 14 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
What is R?
Slide 15Slide 15 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
What is R : Data Analysis Software
 Data Scientists, Statisticians, Analysts,
Quants, and others who need to make
sense of data use R for statistical analysis,
data visualization, and predictive modelling.
 Rexer Analytics’s Annual Data Miner Survey
is the largest survey of data mining, data
science, and analytics professionals in the
industry.
 It has concluded that R's popularity has
increased substantially in recent years.
R is Data Analysis Software
Slide 16Slide 16 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
What is R : Programming Language
 You do data analysis in R by writing scripts and
functions in the R programming language.
 R has also quickly found the following because
statisticians, engineers and scientists without
computer programming skills find it easy to use.
Do not get intimated by the
term ‘Programming Language’,
the concepts from the very
basic will be taught during the
course.
R is Programming Language
Slide 17Slide 17 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
What is R : Environment for Statistical Analysis
 R language consists of functions for almost
every data manipulation, statistical model, or
chart that a data analyst could ever need.
 For statisticians, however, R is particularly
useful because it contains a number of built-
in mechanisms for organizing data, running
calculations on the information and creating
graphical representations of data sets.
R is Environment for Statistical Analysis
Slide 18Slide 18 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
What is R : Open-source Software Project
 Not only does this mean that you can download
and use R for free, but the source code is also
open for inspection and modification to anyone
who wants to see how the methods and
algorithms work under the covers.
 R is an open-source program, and its popularity
reflects a shift in the type of software used
inside corporations.
R is Open-source Software Project
Slide 19Slide 19 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
What is R : Community
 Additional functionality contributed to the R
language is by creating add-on "packages" for
use by the 2 million users of R worldwide. As a
result, there is a strong and vibrant community
of R users on-line.
 What makes R so useful — and helps explain its
quick acceptance — is that statisticians,
engineers and scientists can improve the
software’s code or write variations for specific
tasks.
R is Community
Slide 20Slide 20 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
“R has really become the second
language for people coming out of
grad school now, and there’s an
amazing amount of code being
written for it,” said
Max Kuhn,
Associate Director of Nonclinical
Statistics at Pfizer.
Comparing R and others
“You can look on the SAS
message boards and see there
is a proportional downturn in
traffic.”
Comparing R : Job Trends
http://r4stats.com/articles/popularity/
Slide 21Slide 21 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Comparing R
Tool usage comparison
http://www.oreilly.com/data/free/files/stratasurvey.pdf
Slide 22Slide 22 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Comparing R
"R skills attract the highest salaries"
http://blog.revolutionanalytics.com/2014/02/r-salary-surveys.html
Slide 23Slide 23 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
R Products
Companies Developing ‘R’ Products
Slide 24Slide 24 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Did you know Oracle creates a version of R?
http://www.oracle.com/technetwork/topics/bigdata/r-
offerings-1566363.html
R Products
Did you know SAS Institute views R as an
Opportunity?
http://support.sas.com/rnd/app/studio/Rinterface2.h
tml
Did you know Teradata 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
Slide 25Slide 25 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Basics Of R - Command Line
Basics of R - Command Line
Slide 26Slide 26 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Data Visualization in R
This plot represents the
locations of all the traffic
signals in the city.
It is recognizable as
Toronto without any other
geographic data being
plotted - the structure of
the city comes out in the
data alone.
Slide 27Slide 27 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Use Cases
Slide 28Slide 28 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Use-Cases
Problem statement : A retailer is interested to find out the association between the products. If retailers know that
which products are being bought together most of the time, then he can plan out the shelving of these products in
store or he can offer some discount on combo purchase.
We can run market basket analysis in R to find such kinds of pattern in data.
Use-Case #1
Slide 29Slide 29 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Use-Cases
Problem statement : Churn is the major problem for any telecommunication company. A telecom company wants to
find out the attributes of potential churn so that they can approach them with right retention offer.
For this we need to mine the historical data of previous churner & then we can run logistic regression to come up with a
churn probability equation.
Use-Case #2
Slide 30Slide 30 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Use-Cases
Problem statement : LAPD (Los Angles Police department) wants to predict the crime before it occurred.
They can use predictive modelling technique in R.
Use-Case #3
Slide 31Slide 31 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Use-Cases
Problem statement : Analyse the content of Obama's "Yes we can" speech. Mine this speech and find the most
frequently used words in the speech.
We can create a word cloud and represent the most frequently used words in the speech as bigger & bolder in the
Word Cloud.
Use-Case #4
Slide 32Slide 32 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions
Demo
www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions

Mais conteúdo relacionado

Mais procurados

Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...
Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...
Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...
Simplilearn
 
MIS: Business Intelligence
MIS: Business IntelligenceMIS: Business Intelligence
MIS: Business Intelligence
Jonathan Coleman
 
Predictive Analysis Powerpoint Presentation Slides
Predictive Analysis Powerpoint Presentation SlidesPredictive Analysis Powerpoint Presentation Slides
Predictive Analysis Powerpoint Presentation Slides
SlideTeam
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
pcherukumalla
 

Mais procurados (20)

Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...
Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...
Data Scientist Salary, Skills, Jobs And Resume | Data Scientist Career | Data...
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
Top 8 Data Science Tools | Open Source Tools for Data Scientists | Edureka
Top 8 Data Science Tools | Open Source Tools for Data Scientists | EdurekaTop 8 Data Science Tools | Open Source Tools for Data Scientists | Edureka
Top 8 Data Science Tools | Open Source Tools for Data Scientists | Edureka
 
Business intelligence
Business intelligenceBusiness intelligence
Business intelligence
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
 
MIS: Business Intelligence
MIS: Business IntelligenceMIS: Business Intelligence
MIS: Business Intelligence
 
Business Intelligence concepts
Business Intelligence conceptsBusiness Intelligence concepts
Business Intelligence concepts
 
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive AnalyticsDI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
DI&A Slides: Descriptive, Prescriptive, and Predictive Analytics
 
Big data storage
Big data storageBig data storage
Big data storage
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Predictive Analysis Powerpoint Presentation Slides
Predictive Analysis Powerpoint Presentation SlidesPredictive Analysis Powerpoint Presentation Slides
Predictive Analysis Powerpoint Presentation Slides
 
BUSINESS INTELLIGENCE
BUSINESS INTELLIGENCEBUSINESS INTELLIGENCE
BUSINESS INTELLIGENCE
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Data warehouse architecture
Data warehouse architectureData warehouse architecture
Data warehouse architecture
 
Introduction To Data Science
Introduction To Data ScienceIntroduction To Data Science
Introduction To Data Science
 
7 steps to Predictive Analytics
7 steps to Predictive Analytics 7 steps to Predictive Analytics
7 steps to Predictive Analytics
 
Bi 4
Bi 4Bi 4
Bi 4
 
Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...
 
Business Intelligence-v1.pptx
Business Intelligence-v1.pptxBusiness Intelligence-v1.pptx
Business Intelligence-v1.pptx
 

Semelhante a Business Analytics with R

Business Analytics with R - Webinar
Business Analytics with R - WebinarBusiness Analytics with R - Webinar
Business Analytics with R - Webinar
Edureka!
 
"Introduction to R Programming and Machine Learning"
"Introduction to R Programming and Machine Learning""Introduction to R Programming and Machine Learning"
"Introduction to R Programming and Machine Learning"
Edureka!
 

Semelhante a Business Analytics with R (20)

Business Analytics with R - Webinar
Business Analytics with R - WebinarBusiness Analytics with R - Webinar
Business Analytics with R - Webinar
 
"Introduction to R Programming and Machine Learning"
"Introduction to R Programming and Machine Learning""Introduction to R Programming and Machine Learning"
"Introduction to R Programming and Machine Learning"
 
Webinar : Introduction to R Programming and Machine Learning
Webinar : Introduction to R Programming and Machine LearningWebinar : Introduction to R Programming and Machine Learning
Webinar : Introduction to R Programming and Machine Learning
 
Business Analytics Decision Tree in R
Business Analytics Decision Tree in RBusiness Analytics Decision Tree in R
Business Analytics Decision Tree in R
 
Linear Regression With R
Linear Regression With RLinear Regression With R
Linear Regression With R
 
Business Analytics with R
Business Analytics with RBusiness Analytics with R
Business Analytics with R
 
Data Science : Make Smarter Business Decisions
Data Science : Make Smarter Business DecisionsData Science : Make Smarter Business Decisions
Data Science : Make Smarter Business Decisions
 
Introduction To R
Introduction To RIntroduction To R
Introduction To R
 
5 Benefits of Predictive Analytics for E-Commerce
5 Benefits of Predictive Analytics for E-Commerce5 Benefits of Predictive Analytics for E-Commerce
5 Benefits of Predictive Analytics for E-Commerce
 
R Training | R Programming Language For Beginners | R Programming Training | ...
R Training | R Programming Language For Beginners | R Programming Training | ...R Training | R Programming Language For Beginners | R Programming Training | ...
R Training | R Programming Language For Beginners | R Programming Training | ...
 
Revolution R: 100% R and more
Revolution R: 100% R and moreRevolution R: 100% R and more
Revolution R: 100% R and more
 
Data science using r multisoft systems
Data science using r  multisoft systemsData science using r  multisoft systems
Data science using r multisoft systems
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
 
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
 
Introduction to R ajay Ohri
Introduction to R ajay OhriIntroduction to R ajay Ohri
Introduction to R ajay Ohri
 
Algerian R Users Group (Official Kick Off)
Algerian R Users Group (Official Kick Off)Algerian R Users Group (Official Kick Off)
Algerian R Users Group (Official Kick Off)
 
Is Data Scientist the Sexiest Job of the 21st century?
Is Data Scientist the Sexiest Job of the 21st century?Is Data Scientist the Sexiest Job of the 21st century?
Is Data Scientist the Sexiest Job of the 21st century?
 
Popular Industry Applications of R
Popular Industry Applications of RPopular Industry Applications of R
Popular Industry Applications of R
 
Are You Ready for Big Data Big Analytics?
Are You Ready for Big Data Big Analytics? Are You Ready for Big Data Big Analytics?
Are You Ready for Big Data Big Analytics?
 
Revolution Analytics Podcast
Revolution Analytics PodcastRevolution Analytics Podcast
Revolution Analytics Podcast
 

Mais de Edureka!

Mais 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
 
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
 
ITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
ITIL® Tutorial for Beginners | ITIL® Foundation Training | EdurekaITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
ITIL® Tutorial for Beginners | ITIL® Foundation Training | Edureka
 

Último

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
SoniaTolstoy
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Último (20)

Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Business Analytics with R

  • 1. www.edureka.co/r-for-analytics View Business Analytics with R Course at www.edureka.co/r-for-analytics BUSINESS ANALYTICS WITH R
  • 2. Slide 2 www.edureka.co/r-for-analytics Objectives of this Session  What is Business Analytics?  Who uses R and How?  What is R?  Why to use R?  R Products  Job Trends in R  Get started with R  Use-case Implementation For Queries during the session and class recording: Post on Twitter @edurekaIN: #askEdureka Post on Facebook /edurekaIN
  • 3. Slide 3Slide 3 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Source- http://www.mushroomnetworks.com/infographics/landscape-of-big-data Landscape of Big Data
  • 4. Slide 4Slide 4 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Business Analytics Why Business Analytics is getting popular these days ? Cost of storing data Cost of processing data
  • 5. Slide 5Slide 5 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Cost of storing data ( 1980–2009)
  • 6. Slide 6Slide 6 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Cost of processing Data ( 1992-2012)
  • 7. Slide 7Slide 7 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Business Analytics “Study of business data using statistical techniques and programming for creating decision support and insights for achieving business goals”. Business analytics is used to evaluate organization-wide operations, and can be implemented in any department from sales to product development to customer service. Business analytics solutions typically use statistical and quantitative analysis and fact-based data to measure past performance to guide an organization's business planning. Definition Who creates it? How? Who uses it? How?
  • 8. Slide 8Slide 8 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Who uses R?
  • 9. Slide 9Slide 9 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Who Uses R : Domains  Telecom  Pharmaceuticals  Financial Services  Life Sciences  Education, etc
  • 10. Slide 10Slide 10 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Who Uses R : Companies Consumer Financial Protection Bureau The Consumer Financial Protection Bureau uses R for data analysis John Deere Statisticians at John Deere use R for time series modeling and geospatial analysis in a reliable and reproducible way. The results are integrated with Excel and SAP Bank of America Bank of America uses R for reporting Foursquare R is part of technology stack behind Foursquare’s famed recommendation engine
  • 11. Slide 11Slide 11 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions ANZ Bank ANZ, the fourth largest bank in Australia, using R for credit risk analysis Google Google uses R to predict Economic Activity Mozilla Mozilla, the foundation responsible for the Firefox web browser, uses R to visualize Web activity Who Uses R : Companies
  • 12. Slide 12Slide 12 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Who Uses R : Companies Corporate Clients of R http://www.revolutionanalytics.com/aboutus/our-customers.php
  • 13. Slide 13Slide 13 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions R : Characteristics  R is open source and free.  R has lots of packages and multiple ways of doing the same thing.  By default stores memory in RAM.  R has the most advanced graphics. You need much better programming skills.  R has GUI to help make learning easier.  Customization needs command line.  R can connect to many database and data types. “The great beauty of R is that you can modify it to do all sorts of things,” said Hal Varian, chief economist at Google. “And you have a lot of pre-packaged stuff that’s already available, so you’re standing on the shoulders of giants.”
  • 14. Slide 14Slide 14 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions What is R?
  • 15. Slide 15Slide 15 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions What is R : Data Analysis Software  Data Scientists, Statisticians, Analysts, Quants, and others who need to make sense of data use R for statistical analysis, data visualization, and predictive modelling.  Rexer Analytics’s Annual Data Miner Survey is the largest survey of data mining, data science, and analytics professionals in the industry.  It has concluded that R's popularity has increased substantially in recent years. R is Data Analysis Software
  • 16. Slide 16Slide 16 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions What is R : Programming Language  You do data analysis in R by writing scripts and functions in the R programming language.  R has also quickly found the following because statisticians, engineers and scientists without computer programming skills find it easy to use. Do not get intimated by the term ‘Programming Language’, the concepts from the very basic will be taught during the course. R is Programming Language
  • 17. Slide 17Slide 17 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions What is R : Environment for Statistical Analysis  R language consists of functions for almost every data manipulation, statistical model, or chart that a data analyst could ever need.  For statisticians, however, R is particularly useful because it contains a number of built- in mechanisms for organizing data, running calculations on the information and creating graphical representations of data sets. R is Environment for Statistical Analysis
  • 18. Slide 18Slide 18 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions What is R : Open-source Software Project  Not only does this mean that you can download and use R for free, but the source code is also open for inspection and modification to anyone who wants to see how the methods and algorithms work under the covers.  R is an open-source program, and its popularity reflects a shift in the type of software used inside corporations. R is Open-source Software Project
  • 19. Slide 19Slide 19 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions What is R : Community  Additional functionality contributed to the R language is by creating add-on "packages" for use by the 2 million users of R worldwide. As a result, there is a strong and vibrant community of R users on-line.  What makes R so useful — and helps explain its quick acceptance — is that statisticians, engineers and scientists can improve the software’s code or write variations for specific tasks. R is Community
  • 20. Slide 20Slide 20 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions “R has really become the second language for people coming out of grad school now, and there’s an amazing amount of code being written for it,” said Max Kuhn, Associate Director of Nonclinical Statistics at Pfizer. Comparing R and others “You can look on the SAS message boards and see there is a proportional downturn in traffic.” Comparing R : Job Trends http://r4stats.com/articles/popularity/
  • 21. Slide 21Slide 21 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Comparing R Tool usage comparison http://www.oreilly.com/data/free/files/stratasurvey.pdf
  • 22. Slide 22Slide 22 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Comparing R "R skills attract the highest salaries" http://blog.revolutionanalytics.com/2014/02/r-salary-surveys.html
  • 23. Slide 23Slide 23 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions R Products Companies Developing ‘R’ Products
  • 24. Slide 24Slide 24 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Did you know Oracle creates a version of R? http://www.oracle.com/technetwork/topics/bigdata/r- offerings-1566363.html R Products Did you know SAS Institute views R as an Opportunity? http://support.sas.com/rnd/app/studio/Rinterface2.h tml Did you know Teradata 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
  • 25. Slide 25Slide 25 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Basics Of R - Command Line Basics of R - Command Line
  • 26. Slide 26Slide 26 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Data Visualization in R This plot represents the locations of all the traffic signals in the city. It is recognizable as Toronto without any other geographic data being plotted - the structure of the city comes out in the data alone.
  • 27. Slide 27Slide 27 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Use Cases
  • 28. Slide 28Slide 28 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Use-Cases Problem statement : A retailer is interested to find out the association between the products. If retailers know that which products are being bought together most of the time, then he can plan out the shelving of these products in store or he can offer some discount on combo purchase. We can run market basket analysis in R to find such kinds of pattern in data. Use-Case #1
  • 29. Slide 29Slide 29 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Use-Cases Problem statement : Churn is the major problem for any telecommunication company. A telecom company wants to find out the attributes of potential churn so that they can approach them with right retention offer. For this we need to mine the historical data of previous churner & then we can run logistic regression to come up with a churn probability equation. Use-Case #2
  • 30. Slide 30Slide 30 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Use-Cases Problem statement : LAPD (Los Angles Police department) wants to predict the crime before it occurred. They can use predictive modelling technique in R. Use-Case #3
  • 31. Slide 31Slide 31 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Use-Cases Problem statement : Analyse the content of Obama's "Yes we can" speech. Mine this speech and find the most frequently used words in the speech. We can create a word cloud and represent the most frequently used words in the speech as bigger & bolder in the Word Cloud. Use-Case #4
  • 32. Slide 32Slide 32 www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions Demo
  • 33. www.edureka.co/r-for-analyticsTwitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions