SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Similaire à Business Analytics with R

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...Rui Quintino
 
The History and Use of R
The History and Use of RThe History and Use of R
The History and Use of RAnalyticsWeek
 
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 studioDerek Kane
 
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.pptxssuser22b2ec
 
Vishwanath_M_CV_NL
Vishwanath_M_CV_NLVishwanath_M_CV_NL
Vishwanath_M_CV_NLVishwanath M
 
Extending Power BI Functionality with R
Extending Power BI Functionality with RExtending Power BI Functionality with R
Extending Power BI Functionality with RSenturus
 
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 programmingRamon Salazar
 
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...Jean Ihm
 
Bluegranite AA Webinar FINAL 28JUN16
Bluegranite AA Webinar FINAL 28JUN16Bluegranite AA Webinar FINAL 28JUN16
Bluegranite AA Webinar FINAL 28JUN16Andy Lathrop
 
Tableau and hadoop
Tableau and hadoopTableau and hadoop
Tableau and hadoopCraig Jordan
 
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, 2017Debraj GuhaThakurta
 
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 modelAjay Kumar Uppal
 
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 usefulssuser3c3f88
 
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...Data Con LA
 

Similaire à 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...
 

Plus de Edureka!

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 | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
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| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka 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 | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

Plus 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
 

Dernier

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 

Dernier (20)

Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 

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