Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Business Data Analytics

1. Introduction to Business Data Analytics


2. Business Case for Using Analytics
3. Understanding Data
4. Business Analytics, Business Intelligence and Data Mining
5. Analytical Decision Making
6. Analysing Business Problems
7. Skills of a Good Business Analyst
8. Future of Business Analytics
9. Big Data in the Enterprise
10. Social Media Analytics
11. Basic Statistical Concepts

R Programming
1. INTRODUCTION TO R 9. FUNCTION
History of R Function Definition
Features of R Function Components
2. ENVIRONMENT SETUP Built-in Function
Installation of R and R-Studio User-defined Function
Local Environment Setup Calling a Function
Lazy Evaluation of Function
3. R FUNDAMENTALS
Comments 10. STRINGS
Command Prompt String Construction Rules
Script File String Manipulation
4. DATA TYPES 11. VECTORS
Vectors Vector Creation
Lists Accessing Vector Elements
Matrices Vector Manipulation
Arrays 12. LISTS
Factors Creating a List
Data Frames Naming List Elements
5. VARIABLES Accessing List Elements
Variable Assignment Manipulating List Elements
Data Type of a Variable Merging Lists
Finding Variables Converting List to Vector
Removing Variables 13. MATRICES
6. OPERATORS Accessing Elements of a Matrix
Types of Operators Matrix Computations
Arithmetic Operators 14. ARRAYS
Relational Operators Naming Columns and Rows
Logical Operators Accessing Array Elements
Assignment Operators Manipulating Array Elements
Other Operators Calculations Across Array Elements
7. CONDITIONAL STATEMENTS 15. FACTORS
If Statement Factors in Data Frame
If...Else Statement Changing the Order of Levels
The if...else if...else Statement Generating Factor Levels
Switch Statement 16. DATA FRAMES
8. LOOPING Extract Data from Data Frame
Repeat Loop Expand Data Frame
While Loop 17. PACKAGES
For Loop
18. DATA RESHAPING
Loop Control Statements
Joining Columns and Rows in a Data Frame
Break Statement
Merging Data Frames
Next Statement
Melting and Casting Median
Melt the Data Mode
Cast the Molten Data 33. LINEAR REGRESSION
19. CSV FILES Steps to Establish a Regression
Getting and Setting the Working Directory lm() Function
Input as CSV File predict() Function
Reading a CSV File 34. MULTIPLE REGRESSION
Analyzing the CSV File lm() Function
Writing into a CSV File Example
20. EXCEL FILE 35. LOGISTIC REGRESSION
Install xlsx Package Create Regression Model
Verify and Load the "xlsx" Package
36. NORMAL DISTRIBUTION
Input as xlsx File
dnorm()
Reading the Excel File
pnorm()
21. BINARY FILES qnorm()
Writing the Binary File rnorm()
Reading the Binary File
37. BINOMIAL DISTRIBUTION
22. XML FILES dbinom()
Input Data pbinom()
Reading XML File qbinom()
Details of the First Node rbinom()
XML to Data Frame
38. POISSON REGRESSION
23. JSON FILE
39. ANALYSIS OF COVARIANCE
Install rjson Package
Input Data 40. TIME SERIES ANALYSIS
Read the JSON File Different Time Intervals
Convert JSON to a Data Frame Multiple Time Series
24. WEB DATA 41. NONLINEAR LEAST SQUARE
25. DATABASES 42. DECISION TREE
RMySQL Package 43. RANDOM FOREST
Connecting R to MySql 44. SURVIVAL ANALYSIS
Querying the Tables
Query with Filter Clause
45. CHI SQUARE TEST
Updating Rows in the Tables
Inserting Data into the Tables
Creating Tables in MySql
Dropping Tables in MySql
26. PIE CHARTS
Pie Chart Title and Colors
Slice Percentages and Chart Legend
3D Pie Chart
27. BAR CHARTS
Bar Chart Labels, Title and Colors
Group Bar Chart and Stacked Bar Chart
28. BOXPLOTS
Creating the Boxplot
Boxplot with Notch
29. HISTOGRAMS
Range of X and Y values
30. LINE GRAPHS
Line Chart Title, Color and Labels
Multiple Lines in a Line Chart
31. SCATTERPLOTS
Creating the Scatterplot
Scatterplot Matrices
32. MEAN, MEDIAN & MODE
Mean
Applying Trim Option
Applying NA Option

You might also like