SlideShare a Scribd company logo
1 of 12
Download to read offline
Practical Business Analytics using SAS
Table of Contents
Practical Business Analytics using SAS
Practical Business Analytics using SAS
Table of Contents
1. Part 1: Basics of SAS Programming for Analytics
1. Chapter 1: Introduction to Business Analytics and Data Analysis Tools
1. Business Analytics, the Science of Data-Driven Decision Making
1. Business Analytics Defined
2. Is Advanced Analytics the Solution for You?
3. Simulation, Modeling, and Optimization
4. Data Warehousing and Data Mining
5. What Can Be Discovered Using Data Mining?
6. Business Intelligence, Reporting, and Business Analytics
2. Analytics Techniques Used in the Industry
1. Regression Modeling and Analysis
2. Time Series Forecasting
3. Conjoint Analysis
4. Cluster Analysis
5. Segmentation
6. Principal Components and Factor Analysis
7. Correspondence Analysis
8. Survival Analytics
3. Some Practical Applications of Business Analytics
1. Customer Analytics
2. Operational Analytics
3. Social Media Analytics
4. Data Used in Analytics
4. Big Data vs. Conventional Business Analytics
1. Introduction to Big Data
Practical Business Analytics using SAS
2. Introduction to Data Analysis Tools
3. Main Parts of SAS, SPSS, and R
4. Selection of Analytics Tools
5. The Background Required for a Successful Career in Business Analytics
1. Skills Required for a Business Analytics Professional
6. Conclusion
2. Chapter 2: SAS Introduction
1. Starting SAS in Windows
2. The SAS Opening Screen
3. The Five Main Windows
1. Editor Window
2. Log Window
3. Output Window
4. Explorer Window
5. Results Window
4. Important Menu Options and Icons
1. View Options
2. Run Menu
3. Solutions Menu
4. Shortcut Icons
5. Writing and Executing a SAS Program
1. Comments in the Code
6. Your First SAS Program
7. Debugging SAS Code Using a Log File
1. Example for Warnings in Log File
8. Tips for Writing, Reading the Log File, and Debugging
9. Saving SAS Files
1. Exercise
10. Conclusion
Practical Business Analytics using SAS
3. Chapter 3: Data Handling Using SAS
1. SAS Data Sets
1. Descriptive Portion of SAS Data Sets
2. Data Portion of Data Set
2. SAS Libraries
1. Creating the Library Using the GUI
2. Rules of Assigning a Library
3. Creating a New Library Using SAS Code
4. Permanent and Temporary Libraries
3. Two Main Types of SAS Statements
4. Importing Data into SAS
1. Data Set Creation Using the SAS Program
2. Using the Import Wizard
3. Import Using the Code
5. Data Manipulations
1. Making a Copy of a SAS Data Set
2. Creating New Variables
3. Updating the Same Data Set
4. Drop and Keep Variables
5. Subsetting the Data
6. Conclusion
4. Chapter 4: Important SAS Functions and Procs
1. SAS Functions
1. Numeric Functions
2. Character Functions
3. Date Functions
2. Important SAS PROCs
1. The Proc Step
2. PROC CONTENTS
Practical Business Analytics using SAS
3. PROC SORT
3. Graphs Using SAS
1. PROC gplot and Gchart
2. PROC SQL
4. Data Merging
1. Appending the Data
2. From SET to MERGE
3. Blending with Condition
4. Matched Merging
5. Conclusion
2. Part 2: Using SAS for Business Analytics
1. Chapter 5: Introduction to Statistical Analysis
1. What Is Statistics?
2. Basic Statistical Concepts in Business Analytics
1. Population
2. Sample
3. Variable
4. Variable Types in Predictive Modeling Context
5. Parameter
6. Statistic
7. Example Exercise
3. Statistical Analysis Methods
1. Descriptive Statistics
2. Inferential Statistics
3. Predictive Statistics
4. Solving a Problem Using Statistical Analysis
1. Setting Up Business Objective and Planning
2. The Data Preparation
3. Descriptive Analysis and Visualization
Practical Business Analytics using SAS
4. Predictive Modeling
5. Model Validation
6. Model Implementation
5. An Example from the Real World: Credit Risk Life Cycle
1. Business Objective and Planning
2. Data Preparation
3. Descriptive Analysis and Visualization
4. Predictive Modeling
5. Model Validation
6. Model Implementation
6. Conclusion
2. Chapter 6: Basic Descriptive Statistics and Reporting in SAS
1. Rudimentary Forms of Data Analysis
1. Simply Print the Data
2. Print and Various Options of Print in SAS
2. Summary Statistics
1. Central Tendencies
2. Calculating Central Tendencies in SAS
3. What Is Dispersion?
4. Calculating Dispersion Using SAS
5. Quantiles
6. Calculating Quantiles Using SAS
7. Box Plots
8. Creating Boxplots Using SAS
3. Bivariate Analysis
4. Conclusion
3. Chapter 7: Data Exploration, Validation, and Data Sanitization
1. Data Exploration Steps in a Statistical Data Analysis Life Cycle
1. Example: Contact Center Call Volumes
Practical Business Analytics using SAS
2. Need for Data Exploration and Validation
3. Issues with the Real-World Data and How to Solve Them
1. Missing Values
2. The Outliers
3. Manual Inspection of the Dataset Is Not a Practical Solution
4. Removing Records Is Not Always the Right Way
4. Understanding and Preparing the Data
1. Data Exploration
2. Data Validation
3. Data Cleaning
5. Data Exploration, Validation, and Sanitization Case Study: Credit Risk Data
1. Importing the Data
2. Step 1: Data Exploration and Validation Using the PROC CONTENTS
3. Step 2: Data Exploration and Validation Using Data Snapshot
4. Step 3: Data Exploration and Validation Using Univariate Analysis
5. Step 4: Data Exploration and Validation Using Frequencies
6. Step 5: The Missing Value and Outlier Treatment
6. Conclusion
4. Chapter 8: Testing of Hypothesis
1. Testing: An Analogy from Everyday Life
2. What Is the Process of Testing a Hypothesis?
1. State the Null Hypothesis on the Population: Null Hypothesis (H0)
2. Alternate Hypothesis (H1)
3. Sampling Distribution
4. Central Limit Theorem
5. Test Statistic
6. Inference
7. Critical Values and Critical Region
8. Confidence Interval
Practical Business Analytics using SAS
3. Tests
1. T-test for Mean
2. Case Study: Testing for the Mean in SAS
3. Other Test Examples
4. Two-Tailed and Single-Tailed Tests
4. Conclusion
5. Chapter 9: Correlation and Linear Regression
1. What Is Correlation?
1. Pearson’s Correlation Coefficient (r)
2. Variance and Covariance
3. Correlation Matrix
4. Calculating Correlation Coefficient Using SAS
5. Correlation Limits and Strength of Association
6. Properties and Limitations of Correlation Coefficient (r)
7. Some Examples on Limitations of Correlation
8. Correlation vs. Causation
9. Correlation Example
10. Correlation Summary
2. Linear Regression
1. Correlation to Regression
2. Estimation Example
3. Simple Linear Regression
1. Regression Line Fitting Using Least Squares
2. The Beta Coefficients: Example 1
3. How Good Is My Model?
4. Regression Assumptions
4. When Linear Regression Can’t Be Applied
5. Simple Regression: Example
6. Conclusion
Practical Business Analytics using SAS
6. Chapter 10: Multiple Regression Analysis
1. Multiple Linear Regression
1. Multiple Regression Line
2. Multiple Regression Line Fitting Using Least Squares
3. Multiple Linear Regression in SAS
4. Example: Smartphone Sales Estimation
5. Goodness of Fit
6. Three Main Measures from Regression Output
7. Multicollinearity Defined
2. How to Analyze the Output: Linear Regression Final Check List
1. Double-Check for the Assumptions of Linear Regression
2. F-test
3. R-squared
4. Adjusted R-Squared
5. VIF
6. T-test for Each Variable
7. Analyzing the Regression Output: Final Check List Example
3. Conclusion
7. Chapter 11: Logistic Regression
1. Predicting Ice-Cream Sales: Example
2. Nonlinear Regression
3. Logistic Regression
4. Logistic Regression Using SAS
5. SAS Logistic Regression Output Explanation
1. Output Part 1: Response Variable Summary
2. Output Part 2: Model Fit Summary
3. Output Part 3: Test for Regression Coefficients
4. Output Part 4: The Beta Coefficients and Odds Ratio
5. Output Part 5: Validation Statistics
Practical Business Analytics using SAS
6. Individual Impact of Independent Variables
7. Goodness of Fit for Logistic Regression
1. Chi-square Test
2. Concordance
8. Prediction Using Logistic Regression
9. Multicollinearity in Logistic Regression
1. No VIF Option in PROC LOGISTIC
10. Logistic Regression Final Check List
11. Loan Default Prediction Case Study
1. Background and Problem Statement
2. Objective
3. Data Set
4. Model Building
5. Final Model Equation and Prediction Using the Model
12. Conclusion
8. Chapter 12: Time-Series Analysis and Forecasting
1. What Is a Time-Series Process?
2. Main Phases of Time-Series Analysis
3. Modeling Methodologies
4. Box–Jenkins Approach
1. What Is ARIMA?
2. The AR Process
3. The MA Process
4. ARMA Process
5. Understanding ARIMA Using an Eyesight Measurement Analogy
6. Steps in the Box–Jenkins Approach
1. Step 1: Testing Whether the Time Series Is Stationary
2. Step 2: Identifying the Model
3. Step 3: Estimating the Parameters
Practical Business Analytics using SAS
4. Step 4: Forecasting Using the Model
5. Case Study: Time-Series Forecasting Using the SAS Example
6. Checking the Model Accuracy
7. Conclusion
9. Chapter 13: Introducing Big Data Analytics
1. Traditional Data-Handling Tools
1. Walmart Customer Data
2. Facebook Data
3. Examples of the Growing Size of Data
2. What Is Big Data?
1. The Three Main Components of Big Data
2. Applications of Big Data Analytics
3. The Solution for Big Data Problems
4. Distributed Computing
5. What Is MapReduce?
1. Map Function
2. Reduce Function
6. What Is Apache Hadoop?
1. Hadoop Distributed File System
2. MapReduce
3. Apache Hive
4. Apache Pig
5. Other Tools in the Hadoop Ecosystem
6. CompaniesThat Use Hadoop
7. Big Data Analytics Example
1. Examining the Business Problem
2. Getting the Data Set
3. Starting Hadoop
4. Looking at the Hadoop Components
Practical Business Analytics using SAS
5. Moving Data from the Local System to Hadoop
6. Viewing the Data on HDFS
7. Starting Hive
8. Creating a Table Using Hive
9. Executing a Program Using Hive
10. Viewing the MapReduce Status
11. The Final Result
Download datasets and source code links
Apress Link:
http://www.apress.com/downloadable/download/sample/sample_id/1666/
Other Links
https://drive.google.com/file/d/0B7Zo00OSj1W6bUM5d2o5QjhjQTg/view?usp=sharing

More Related Content

What's hot

Sas Statistical Analysis System
Sas Statistical Analysis SystemSas Statistical Analysis System
Sas Statistical Analysis SystemSushil kasar
 
Learn SAS Programming
Learn SAS ProgrammingLearn SAS Programming
Learn SAS ProgrammingSASTechies
 
Introduction to sas
Introduction to sasIntroduction to sas
Introduction to sasAjay Ohri
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SASizahn
 
Basics Of SAS Programming Language
Basics Of SAS Programming LanguageBasics Of SAS Programming Language
Basics Of SAS Programming Languageguest2160992
 
Sas short course_presentation_11-4-09
Sas short course_presentation_11-4-09Sas short course_presentation_11-4-09
Sas short course_presentation_11-4-09Prashant Ph
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SASImam Jaffer
 
Sas Enterprise Guide A Revolutionary Tool
Sas Enterprise Guide A Revolutionary ToolSas Enterprise Guide A Revolutionary Tool
Sas Enterprise Guide A Revolutionary Toolsysseminar
 
Introduction To Sas
Introduction To SasIntroduction To Sas
Introduction To Sashalasti
 
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERSIICT Chromepet
 
BAS 150 Lesson 3 Lecture
BAS 150 Lesson 3 LectureBAS 150 Lesson 3 Lecture
BAS 150 Lesson 3 LectureWake Tech BAS
 
Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3Mark Tabladillo
 
Optimize access
Optimize accessOptimize access
Optimize accessAla Esmail
 
Introduction to-sas-1211594349119006-8
Introduction to-sas-1211594349119006-8Introduction to-sas-1211594349119006-8
Introduction to-sas-1211594349119006-8thotakoti
 

What's hot (20)

SAS BASICS
SAS BASICSSAS BASICS
SAS BASICS
 
Sas Statistical Analysis System
Sas Statistical Analysis SystemSas Statistical Analysis System
Sas Statistical Analysis System
 
Learn SAS Programming
Learn SAS ProgrammingLearn SAS Programming
Learn SAS Programming
 
Introduction to sas
Introduction to sasIntroduction to sas
Introduction to sas
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SAS
 
Basics Of SAS Programming Language
Basics Of SAS Programming LanguageBasics Of SAS Programming Language
Basics Of SAS Programming Language
 
Sas short course_presentation_11-4-09
Sas short course_presentation_11-4-09Sas short course_presentation_11-4-09
Sas short course_presentation_11-4-09
 
Introduction to SAS
Introduction to SASIntroduction to SAS
Introduction to SAS
 
Sas Enterprise Guide A Revolutionary Tool
Sas Enterprise Guide A Revolutionary ToolSas Enterprise Guide A Revolutionary Tool
Sas Enterprise Guide A Revolutionary Tool
 
Introduction To Sas
Introduction To SasIntroduction To Sas
Introduction To Sas
 
SAS Programming Notes
SAS Programming NotesSAS Programming Notes
SAS Programming Notes
 
SAS - Training
SAS - Training SAS - Training
SAS - Training
 
Sas training in hyderabad
Sas training in hyderabadSas training in hyderabad
Sas training in hyderabad
 
Tableau Desktop Material
Tableau Desktop MaterialTableau Desktop Material
Tableau Desktop Material
 
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
 
BAS 150 Lesson 3 Lecture
BAS 150 Lesson 3 LectureBAS 150 Lesson 3 Lecture
BAS 150 Lesson 3 Lecture
 
Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3Proc SQL in SAS Enterprise Guide 4.3
Proc SQL in SAS Enterprise Guide 4.3
 
Optimize access
Optimize accessOptimize access
Optimize access
 
Introduction to-sas-1211594349119006-8
Introduction to-sas-1211594349119006-8Introduction to-sas-1211594349119006-8
Introduction to-sas-1211594349119006-8
 
Sas Savvy Menu
Sas Savvy MenuSas Savvy Menu
Sas Savvy Menu
 

Viewers also liked

Data Exploration, Validation and Sanitization
Data Exploration, Validation and SanitizationData Exploration, Validation and Sanitization
Data Exploration, Validation and SanitizationVenkata Reddy Konasani
 
Data analysis on bank data
Data analysis on bank dataData analysis on bank data
Data analysis on bank dataANISH BHANUSHALI
 
Consumer Credit Scoring Using Logistic Regression and Random Forest
Consumer Credit Scoring Using Logistic Regression and Random ForestConsumer Credit Scoring Using Logistic Regression and Random Forest
Consumer Credit Scoring Using Logistic Regression and Random ForestHirak Sen Roy
 
Credit Risk Evaluation Model
Credit Risk Evaluation ModelCredit Risk Evaluation Model
Credit Risk Evaluation ModelMihai Enescu
 
2013 credit card fraud detection why theory dosent adjust to practice
2013 credit card fraud detection why theory dosent adjust to practice2013 credit card fraud detection why theory dosent adjust to practice
2013 credit card fraud detection why theory dosent adjust to practiceAlejandro Correa Bahnsen, PhD
 

Viewers also liked (20)

Data Analyst - Interview Guide
Data Analyst - Interview GuideData Analyst - Interview Guide
Data Analyst - Interview Guide
 
Decision tree
Decision treeDecision tree
Decision tree
 
Data analysis Design Document
Data analysis Design DocumentData analysis Design Document
Data analysis Design Document
 
Statistical Distributions
Statistical DistributionsStatistical Distributions
Statistical Distributions
 
Data Exploration, Validation and Sanitization
Data Exploration, Validation and SanitizationData Exploration, Validation and Sanitization
Data Exploration, Validation and Sanitization
 
Timeseries forecasting
Timeseries forecastingTimeseries forecasting
Timeseries forecasting
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
A data analyst view of Bigdata
A data analyst view of Bigdata A data analyst view of Bigdata
A data analyst view of Bigdata
 
Step By Step Guide to Learn R
Step By Step Guide to Learn RStep By Step Guide to Learn R
Step By Step Guide to Learn R
 
Credit Risk Model Building Steps
Credit Risk Model Building StepsCredit Risk Model Building Steps
Credit Risk Model Building Steps
 
Correlation and Simple Regression
Correlation  and Simple RegressionCorrelation  and Simple Regression
Correlation and Simple Regression
 
Machine Learning for Dummies
Machine Learning for DummiesMachine Learning for Dummies
Machine Learning for Dummies
 
Collecting 600M events/day
Collecting 600M events/dayCollecting 600M events/day
Collecting 600M events/day
 
Regression analysis using sas
Regression analysis using sasRegression analysis using sas
Regression analysis using sas
 
Data analysis on bank data
Data analysis on bank dataData analysis on bank data
Data analysis on bank data
 
Consumer Credit Scoring Using Logistic Regression and Random Forest
Consumer Credit Scoring Using Logistic Regression and Random ForestConsumer Credit Scoring Using Logistic Regression and Random Forest
Consumer Credit Scoring Using Logistic Regression and Random Forest
 
L101 predictive modeling case_study
L101 predictive modeling case_studyL101 predictive modeling case_study
L101 predictive modeling case_study
 
Detecting Frauds
Detecting FraudsDetecting Frauds
Detecting Frauds
 
Credit Risk Evaluation Model
Credit Risk Evaluation ModelCredit Risk Evaluation Model
Credit Risk Evaluation Model
 
2013 credit card fraud detection why theory dosent adjust to practice
2013 credit card fraud detection why theory dosent adjust to practice2013 credit card fraud detection why theory dosent adjust to practice
2013 credit card fraud detection why theory dosent adjust to practice
 

Similar to Table of Contents - Practical Business Analytics using SAS

Demystify Big Data, Data Science & Signal Extraction Deep Dive
Demystify Big Data, Data Science & Signal Extraction Deep DiveDemystify Big Data, Data Science & Signal Extraction Deep Dive
Demystify Big Data, Data Science & Signal Extraction Deep DiveHyderabad Scalability Meetup
 
Data mining and warehousing qb
Data mining and warehousing   qbData mining and warehousing   qb
Data mining and warehousing qbaniprahal
 
Dunham - Data Mining.pdf
Dunham - Data Mining.pdfDunham - Data Mining.pdf
Dunham - Data Mining.pdfPRAJITBHADURI
 
Dunham - Data Mining.pdf
Dunham - Data Mining.pdfDunham - Data Mining.pdf
Dunham - Data Mining.pdfssuserf71896
 
Data analytcis-first-steps
Data analytcis-first-stepsData analytcis-first-steps
Data analytcis-first-stepsShesha R
 
Habits of Effective SAS Programmers
Habits of Effective SAS ProgrammersHabits of Effective SAS Programmers
Habits of Effective SAS ProgrammersSunil Gupta
 
TableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docxTableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docxrudybinks
 
TableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docxTableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docxperryk1
 
Success factor Course Content.docx
Success factor Course Content.docxSuccess factor Course Content.docx
Success factor Course Content.docxMohammed Ahmed
 
Tableau Course Content.docx
Tableau Course Content.docxTableau Course Content.docx
Tableau Course Content.docxLeotrainings
 
Dot net-course-curriculumn
Dot net-course-curriculumnDot net-course-curriculumn
Dot net-course-curriculumnAmit Sharma
 
TableofContents1. Introduction1. EMCAcademicAl
TableofContents1. Introduction1. EMCAcademicAlTableofContents1. Introduction1. EMCAcademicAl
TableofContents1. Introduction1. EMCAcademicAllisandrai1k
 
Data Warehouse - A Practitioner's Overview
Data Warehouse -  A Practitioner's OverviewData Warehouse -  A Practitioner's Overview
Data Warehouse - A Practitioner's Overviewpravbs
 
A Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence ApplicationA Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence ApplicationKate Subramanian
 
Unit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptx
Unit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptxUnit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptx
Unit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptxtesfkeb
 
Agile analytics : An exploratory study of technical complexity management
Agile analytics : An exploratory study of technical complexity managementAgile analytics : An exploratory study of technical complexity management
Agile analytics : An exploratory study of technical complexity managementAgnirudra Sikdar
 
Unveiling Citywide Data to Generate Artificial Intelligent Solutions
Unveiling Citywide Data to Generate Artificial Intelligent SolutionsUnveiling Citywide Data to Generate Artificial Intelligent Solutions
Unveiling Citywide Data to Generate Artificial Intelligent SolutionsRPO America
 

Similar to Table of Contents - Practical Business Analytics using SAS (20)

Demystify Big Data, Data Science & Signal Extraction Deep Dive
Demystify Big Data, Data Science & Signal Extraction Deep DiveDemystify Big Data, Data Science & Signal Extraction Deep Dive
Demystify Big Data, Data Science & Signal Extraction Deep Dive
 
Data mining and warehousing qb
Data mining and warehousing   qbData mining and warehousing   qb
Data mining and warehousing qb
 
Training Module
Training ModuleTraining Module
Training Module
 
Dunham - Data Mining.pdf
Dunham - Data Mining.pdfDunham - Data Mining.pdf
Dunham - Data Mining.pdf
 
Dunham - Data Mining.pdf
Dunham - Data Mining.pdfDunham - Data Mining.pdf
Dunham - Data Mining.pdf
 
Data analytcis-first-steps
Data analytcis-first-stepsData analytcis-first-steps
Data analytcis-first-steps
 
Habits of Effective SAS Programmers
Habits of Effective SAS ProgrammersHabits of Effective SAS Programmers
Habits of Effective SAS Programmers
 
E miner
E minerE miner
E miner
 
TableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docxTableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docx
 
TableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docxTableofContents1. Introduction1. EMCAcademicAl.docx
TableofContents1. Introduction1. EMCAcademicAl.docx
 
Success factor Course Content.docx
Success factor Course Content.docxSuccess factor Course Content.docx
Success factor Course Content.docx
 
Tableau Course Content.docx
Tableau Course Content.docxTableau Course Content.docx
Tableau Course Content.docx
 
Dot net-course-curriculumn
Dot net-course-curriculumnDot net-course-curriculumn
Dot net-course-curriculumn
 
TableofContents1. Introduction1. EMCAcademicAl
TableofContents1. Introduction1. EMCAcademicAlTableofContents1. Introduction1. EMCAcademicAl
TableofContents1. Introduction1. EMCAcademicAl
 
Data Warehouse - A Practitioner's Overview
Data Warehouse -  A Practitioner's OverviewData Warehouse -  A Practitioner's Overview
Data Warehouse - A Practitioner's Overview
 
A Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence ApplicationA Data Warehouse And Business Intelligence Application
A Data Warehouse And Business Intelligence Application
 
Unit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptx
Unit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptxUnit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptx
Unit_8_Data_processing,_analysis_and_presentation_and_Application (1).pptx
 
DEALING WITH METADATA(s) IN ILOSTAT
DEALING WITH METADATA(s) IN ILOSTAT DEALING WITH METADATA(s) IN ILOSTAT
DEALING WITH METADATA(s) IN ILOSTAT
 
Agile analytics : An exploratory study of technical complexity management
Agile analytics : An exploratory study of technical complexity managementAgile analytics : An exploratory study of technical complexity management
Agile analytics : An exploratory study of technical complexity management
 
Unveiling Citywide Data to Generate Artificial Intelligent Solutions
Unveiling Citywide Data to Generate Artificial Intelligent SolutionsUnveiling Citywide Data to Generate Artificial Intelligent Solutions
Unveiling Citywide Data to Generate Artificial Intelligent Solutions
 

More from Venkata Reddy Konasani

Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Venkata Reddy Konasani
 
Model selection and cross validation techniques
Model selection and cross validation techniquesModel selection and cross validation techniques
Model selection and cross validation techniquesVenkata Reddy Konasani
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau -  Data, Graphs, Filters, Dashboards and Advanced featuresLearning Tableau -  Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced featuresVenkata Reddy Konasani
 
Data exploration validation and sanitization
Data exploration validation and sanitizationData exploration validation and sanitization
Data exploration validation and sanitizationVenkata Reddy Konasani
 
Introduction to predictive modeling v1
Introduction to predictive modeling v1Introduction to predictive modeling v1
Introduction to predictive modeling v1Venkata Reddy Konasani
 
Model building in credit card and loan approval
Model building in credit card and loan approval Model building in credit card and loan approval
Model building in credit card and loan approval Venkata Reddy Konasani
 

More from Venkata Reddy Konasani (19)

Transformers 101
Transformers 101 Transformers 101
Transformers 101
 
Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science Machine Learning Deep Learning AI and Data Science
Machine Learning Deep Learning AI and Data Science
 
Model selection and cross validation techniques
Model selection and cross validation techniquesModel selection and cross validation techniques
Model selection and cross validation techniques
 
Neural Network Part-2
Neural Network Part-2Neural Network Part-2
Neural Network Part-2
 
GBM theory code and parameters
GBM theory code and parametersGBM theory code and parameters
GBM theory code and parameters
 
Neural Networks made easy
Neural Networks made easyNeural Networks made easy
Neural Networks made easy
 
Testing of hypothesis case study
Testing of hypothesis case study Testing of hypothesis case study
Testing of hypothesis case study
 
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau -  Data, Graphs, Filters, Dashboards and Advanced featuresLearning Tableau -  Data, Graphs, Filters, Dashboards and Advanced features
Learning Tableau - Data, Graphs, Filters, Dashboards and Advanced features
 
Online data sources for analaysis
Online data sources for analaysis Online data sources for analaysis
Online data sources for analaysis
 
R- Introduction
R- IntroductionR- Introduction
R- Introduction
 
Cluster Analysis for Dummies
Cluster Analysis for DummiesCluster Analysis for Dummies
Cluster Analysis for Dummies
 
Data exploration validation and sanitization
Data exploration validation and sanitizationData exploration validation and sanitization
Data exploration validation and sanitization
 
ARIMA
ARIMA ARIMA
ARIMA
 
Introduction to predictive modeling v1
Introduction to predictive modeling v1Introduction to predictive modeling v1
Introduction to predictive modeling v1
 
Big data Introduction by Mohan
Big data Introduction by MohanBig data Introduction by Mohan
Big data Introduction by Mohan
 
Model building in credit card and loan approval
Model building in credit card and loan approval Model building in credit card and loan approval
Model building in credit card and loan approval
 
Testing of hypothesis
Testing of hypothesisTesting of hypothesis
Testing of hypothesis
 
Multiple regression
Multiple regressionMultiple regression
Multiple regression
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 

Recently uploaded

Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystSamantha Rae Coolbeth
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Callshivangimorya083
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 

Recently uploaded (20)

Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Unveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data AnalystUnveiling Insights: The Role of a Data Analyst
Unveiling Insights: The Role of a Data Analyst
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
꧁❤ Greater Noida Call Girls Delhi ❤꧂ 9711199171 ☎️ Hard And Sexy Vip Call
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 

Table of Contents - Practical Business Analytics using SAS

  • 1. Practical Business Analytics using SAS Table of Contents
  • 2. Practical Business Analytics using SAS Practical Business Analytics using SAS Table of Contents 1. Part 1: Basics of SAS Programming for Analytics 1. Chapter 1: Introduction to Business Analytics and Data Analysis Tools 1. Business Analytics, the Science of Data-Driven Decision Making 1. Business Analytics Defined 2. Is Advanced Analytics the Solution for You? 3. Simulation, Modeling, and Optimization 4. Data Warehousing and Data Mining 5. What Can Be Discovered Using Data Mining? 6. Business Intelligence, Reporting, and Business Analytics 2. Analytics Techniques Used in the Industry 1. Regression Modeling and Analysis 2. Time Series Forecasting 3. Conjoint Analysis 4. Cluster Analysis 5. Segmentation 6. Principal Components and Factor Analysis 7. Correspondence Analysis 8. Survival Analytics 3. Some Practical Applications of Business Analytics 1. Customer Analytics 2. Operational Analytics 3. Social Media Analytics 4. Data Used in Analytics 4. Big Data vs. Conventional Business Analytics 1. Introduction to Big Data
  • 3. Practical Business Analytics using SAS 2. Introduction to Data Analysis Tools 3. Main Parts of SAS, SPSS, and R 4. Selection of Analytics Tools 5. The Background Required for a Successful Career in Business Analytics 1. Skills Required for a Business Analytics Professional 6. Conclusion 2. Chapter 2: SAS Introduction 1. Starting SAS in Windows 2. The SAS Opening Screen 3. The Five Main Windows 1. Editor Window 2. Log Window 3. Output Window 4. Explorer Window 5. Results Window 4. Important Menu Options and Icons 1. View Options 2. Run Menu 3. Solutions Menu 4. Shortcut Icons 5. Writing and Executing a SAS Program 1. Comments in the Code 6. Your First SAS Program 7. Debugging SAS Code Using a Log File 1. Example for Warnings in Log File 8. Tips for Writing, Reading the Log File, and Debugging 9. Saving SAS Files 1. Exercise 10. Conclusion
  • 4. Practical Business Analytics using SAS 3. Chapter 3: Data Handling Using SAS 1. SAS Data Sets 1. Descriptive Portion of SAS Data Sets 2. Data Portion of Data Set 2. SAS Libraries 1. Creating the Library Using the GUI 2. Rules of Assigning a Library 3. Creating a New Library Using SAS Code 4. Permanent and Temporary Libraries 3. Two Main Types of SAS Statements 4. Importing Data into SAS 1. Data Set Creation Using the SAS Program 2. Using the Import Wizard 3. Import Using the Code 5. Data Manipulations 1. Making a Copy of a SAS Data Set 2. Creating New Variables 3. Updating the Same Data Set 4. Drop and Keep Variables 5. Subsetting the Data 6. Conclusion 4. Chapter 4: Important SAS Functions and Procs 1. SAS Functions 1. Numeric Functions 2. Character Functions 3. Date Functions 2. Important SAS PROCs 1. The Proc Step 2. PROC CONTENTS
  • 5. Practical Business Analytics using SAS 3. PROC SORT 3. Graphs Using SAS 1. PROC gplot and Gchart 2. PROC SQL 4. Data Merging 1. Appending the Data 2. From SET to MERGE 3. Blending with Condition 4. Matched Merging 5. Conclusion 2. Part 2: Using SAS for Business Analytics 1. Chapter 5: Introduction to Statistical Analysis 1. What Is Statistics? 2. Basic Statistical Concepts in Business Analytics 1. Population 2. Sample 3. Variable 4. Variable Types in Predictive Modeling Context 5. Parameter 6. Statistic 7. Example Exercise 3. Statistical Analysis Methods 1. Descriptive Statistics 2. Inferential Statistics 3. Predictive Statistics 4. Solving a Problem Using Statistical Analysis 1. Setting Up Business Objective and Planning 2. The Data Preparation 3. Descriptive Analysis and Visualization
  • 6. Practical Business Analytics using SAS 4. Predictive Modeling 5. Model Validation 6. Model Implementation 5. An Example from the Real World: Credit Risk Life Cycle 1. Business Objective and Planning 2. Data Preparation 3. Descriptive Analysis and Visualization 4. Predictive Modeling 5. Model Validation 6. Model Implementation 6. Conclusion 2. Chapter 6: Basic Descriptive Statistics and Reporting in SAS 1. Rudimentary Forms of Data Analysis 1. Simply Print the Data 2. Print and Various Options of Print in SAS 2. Summary Statistics 1. Central Tendencies 2. Calculating Central Tendencies in SAS 3. What Is Dispersion? 4. Calculating Dispersion Using SAS 5. Quantiles 6. Calculating Quantiles Using SAS 7. Box Plots 8. Creating Boxplots Using SAS 3. Bivariate Analysis 4. Conclusion 3. Chapter 7: Data Exploration, Validation, and Data Sanitization 1. Data Exploration Steps in a Statistical Data Analysis Life Cycle 1. Example: Contact Center Call Volumes
  • 7. Practical Business Analytics using SAS 2. Need for Data Exploration and Validation 3. Issues with the Real-World Data and How to Solve Them 1. Missing Values 2. The Outliers 3. Manual Inspection of the Dataset Is Not a Practical Solution 4. Removing Records Is Not Always the Right Way 4. Understanding and Preparing the Data 1. Data Exploration 2. Data Validation 3. Data Cleaning 5. Data Exploration, Validation, and Sanitization Case Study: Credit Risk Data 1. Importing the Data 2. Step 1: Data Exploration and Validation Using the PROC CONTENTS 3. Step 2: Data Exploration and Validation Using Data Snapshot 4. Step 3: Data Exploration and Validation Using Univariate Analysis 5. Step 4: Data Exploration and Validation Using Frequencies 6. Step 5: The Missing Value and Outlier Treatment 6. Conclusion 4. Chapter 8: Testing of Hypothesis 1. Testing: An Analogy from Everyday Life 2. What Is the Process of Testing a Hypothesis? 1. State the Null Hypothesis on the Population: Null Hypothesis (H0) 2. Alternate Hypothesis (H1) 3. Sampling Distribution 4. Central Limit Theorem 5. Test Statistic 6. Inference 7. Critical Values and Critical Region 8. Confidence Interval
  • 8. Practical Business Analytics using SAS 3. Tests 1. T-test for Mean 2. Case Study: Testing for the Mean in SAS 3. Other Test Examples 4. Two-Tailed and Single-Tailed Tests 4. Conclusion 5. Chapter 9: Correlation and Linear Regression 1. What Is Correlation? 1. Pearson’s Correlation Coefficient (r) 2. Variance and Covariance 3. Correlation Matrix 4. Calculating Correlation Coefficient Using SAS 5. Correlation Limits and Strength of Association 6. Properties and Limitations of Correlation Coefficient (r) 7. Some Examples on Limitations of Correlation 8. Correlation vs. Causation 9. Correlation Example 10. Correlation Summary 2. Linear Regression 1. Correlation to Regression 2. Estimation Example 3. Simple Linear Regression 1. Regression Line Fitting Using Least Squares 2. The Beta Coefficients: Example 1 3. How Good Is My Model? 4. Regression Assumptions 4. When Linear Regression Can’t Be Applied 5. Simple Regression: Example 6. Conclusion
  • 9. Practical Business Analytics using SAS 6. Chapter 10: Multiple Regression Analysis 1. Multiple Linear Regression 1. Multiple Regression Line 2. Multiple Regression Line Fitting Using Least Squares 3. Multiple Linear Regression in SAS 4. Example: Smartphone Sales Estimation 5. Goodness of Fit 6. Three Main Measures from Regression Output 7. Multicollinearity Defined 2. How to Analyze the Output: Linear Regression Final Check List 1. Double-Check for the Assumptions of Linear Regression 2. F-test 3. R-squared 4. Adjusted R-Squared 5. VIF 6. T-test for Each Variable 7. Analyzing the Regression Output: Final Check List Example 3. Conclusion 7. Chapter 11: Logistic Regression 1. Predicting Ice-Cream Sales: Example 2. Nonlinear Regression 3. Logistic Regression 4. Logistic Regression Using SAS 5. SAS Logistic Regression Output Explanation 1. Output Part 1: Response Variable Summary 2. Output Part 2: Model Fit Summary 3. Output Part 3: Test for Regression Coefficients 4. Output Part 4: The Beta Coefficients and Odds Ratio 5. Output Part 5: Validation Statistics
  • 10. Practical Business Analytics using SAS 6. Individual Impact of Independent Variables 7. Goodness of Fit for Logistic Regression 1. Chi-square Test 2. Concordance 8. Prediction Using Logistic Regression 9. Multicollinearity in Logistic Regression 1. No VIF Option in PROC LOGISTIC 10. Logistic Regression Final Check List 11. Loan Default Prediction Case Study 1. Background and Problem Statement 2. Objective 3. Data Set 4. Model Building 5. Final Model Equation and Prediction Using the Model 12. Conclusion 8. Chapter 12: Time-Series Analysis and Forecasting 1. What Is a Time-Series Process? 2. Main Phases of Time-Series Analysis 3. Modeling Methodologies 4. Box–Jenkins Approach 1. What Is ARIMA? 2. The AR Process 3. The MA Process 4. ARMA Process 5. Understanding ARIMA Using an Eyesight Measurement Analogy 6. Steps in the Box–Jenkins Approach 1. Step 1: Testing Whether the Time Series Is Stationary 2. Step 2: Identifying the Model 3. Step 3: Estimating the Parameters
  • 11. Practical Business Analytics using SAS 4. Step 4: Forecasting Using the Model 5. Case Study: Time-Series Forecasting Using the SAS Example 6. Checking the Model Accuracy 7. Conclusion 9. Chapter 13: Introducing Big Data Analytics 1. Traditional Data-Handling Tools 1. Walmart Customer Data 2. Facebook Data 3. Examples of the Growing Size of Data 2. What Is Big Data? 1. The Three Main Components of Big Data 2. Applications of Big Data Analytics 3. The Solution for Big Data Problems 4. Distributed Computing 5. What Is MapReduce? 1. Map Function 2. Reduce Function 6. What Is Apache Hadoop? 1. Hadoop Distributed File System 2. MapReduce 3. Apache Hive 4. Apache Pig 5. Other Tools in the Hadoop Ecosystem 6. CompaniesThat Use Hadoop 7. Big Data Analytics Example 1. Examining the Business Problem 2. Getting the Data Set 3. Starting Hadoop 4. Looking at the Hadoop Components
  • 12. Practical Business Analytics using SAS 5. Moving Data from the Local System to Hadoop 6. Viewing the Data on HDFS 7. Starting Hive 8. Creating a Table Using Hive 9. Executing a Program Using Hive 10. Viewing the MapReduce Status 11. The Final Result Download datasets and source code links Apress Link: http://www.apress.com/downloadable/download/sample/sample_id/1666/ Other Links https://drive.google.com/file/d/0B7Zo00OSj1W6bUM5d2o5QjhjQTg/view?usp=sharing