R Programming Business Analytics using R - Hands-on!

Business Analytics using R - Hands-on!

Catalog: R Programming
Short name: Business Analytics using R - Hands-on!
Course start date: 2024-07-02
Paystack

Description

Course Introduction

This section will give you a brief description about what is R and how business analytics is done using R.


Course Curriculum

This section gives an overall view of all the headings which will be included in the entire course.


Discriminant Analysis

This section gives a brief note on the theory of discriminant analysis in R, Linear discriminant function, Quadratic discriminant function, Fisher’s linear discriminant and the observations of the analysis.


Introduction to R and Analytics

This section tells you what R is, why it is used and how to make R work for you. This will also let you know the basics of R programming, its data types and functions.


Evolution of Business Analytics

This section explains what is the meaning of business analytics, its importance, scope. History of business analytics is also explained.


Business Example – Hotel

A real life example of business analytics in the field of hotel industry is explained in this section.


Data for Business Analytics

In this section you will learn how to input data in business analytics in R. It also includes data cleaning which will produce a data set for analysis. It also includes functions used in data inspection and other functions.


Ordinal Data

R has a wide variety  of data types and in this section each data type is explained in detail with examples. It tells you what is ordinal data and the types of analysis to be made for the ordinal data.


Decision Model Example

This sections tells you what is decision model, what are the tools used in decision model, the models and techniques used in decision model along with detailed example.


Descriptive Decision Models

Under this topic you will learn what is descriptive decision making model, its introduction, descriptive models, the theories and examples of descriptive decision models.


Section 2: Business Analytics Life Cycle

Business Analytics Life Cycle

In this section you will learn the stages of business analytics life cycle, its design, data analytics and data visualization.


Model Deployment

This section deals with developing and deploying predictive models in R and how to automate the deployment of R models in production.


Steps in Problem Solving Process

This topic helps you to know the effective problem solving steps in business analytics and the strategies of problem solving process


Software used in Business Analytics

This section will let you know the most popular and widely used business analytics tools along with its advantages and disadvantages.


Getting Started with R

This chapter will introduce you to the R language. It will let you learn the basics of R and works as a beginners guide to you and helps broadening your skills. It gives you few examples for your easy understanding.


Installing R Studio

This section will give you the steps to install R studio in your system. You can know the requirements you needed to install R studio


Section 3: Understanding R

Basics of R

This section is designed to just provide the basics of R and an introduction to the use of R for new beginners.


Basic R Functions

This section provides an introduction to all the basic R functions with a long list and its explanation for easy understanding.


Data Types

This chapter includes all the data types of R including Scalars, vectors, matrices, data frames and lists.


Recycling Rule

Here you can learn what is recycling rule and the implementation of recycling rule in R.


Special Numerical Values

In this chapter you can know the symbols used to represent the special numerical values in R and how to call these functions.


Parallel Summary Functions

This topic will give a brief introduction about parallel processing and parallel computing in R


Logical Conjunctions

Here you will come to know the logical operators and its symbols used in R


Pasting Strings together

This chapter will help you to learn how two strings can be merged in R. Gives you examples using the functions to combine strings.


Type Coercion

It explains what is coercion, how it occurs and what are the types of coercion.


Array & Matrix

This chapter helps you to understand the functions of arrays and matrices and shows you the manipulation techniques of array and matrices in R


Factor

Explains what is mean by factors and the levels of factors


Repository & Packages

Lets you what are the packages available in repository and its policies


Installing a Package

Tells you how to install a package in R using


Importing Data

Lets you learn how to import data from other files


Importing Data SPSS

This chapter will help you to learn to import data from SPSS into R


Working with Data

This section will let you know how to create subsets in data, how to create a data frame in R and how to organize your data.


Data Aggregation

This chapter tells you what is meant by data aggregating and when the function should be used using an example.


Section 4: Data Manipulation & Statistics Basics

Data Manipulation & Statistics Basics

Introduction to data manipulation and the different ways to manipulate data in R is explained in this section


Merging

Lets you understand how to merge two data frames using the merge function.


Data Creation

Common data creation commands and the method to create a data set from scratch is given in detail in this section.


Merge Example

An example for merging data frames is given for your easy understanding.


What is Statistics

Introduction to online statistical tool in R and the sample R codes for performing statistical computations are given here.


Variables

Lets you learn how to create new variables, recode variables, rename variables and specifying variables in R.


Quantiles

This chapter is a tutorial on computing the quartiles of observation variables in R and how to apply the quantile function.


Calculating Variance

Explains what is variance, types of variance, an problem with solution.


Calculating Covariance

This section tells you what is covariance, what is positive covariance, what is negative covariance, an example.


Cumulative Frequency

This section is an tutorial on how to compute the cumulative frequency distribution in R and explains with a graph


Library (mass)

Explains what is MASS in R and what are the functions and data sets that are supported by MASS


Head (faithful)

Faithful is a data frame in R and this section tells you where you should use it and what is the purpose of using it.


Scatter Plot

What are the ways to create a scatter plot in R and what is the function used to denote a scatter plot in R


Control Flow

Control flow is the order of the code in R. This chapter explains some of the basic control flow constructs of R and how it functions.


Section 5: Statistics, Probability & Distribution

Statistics, Probability & Distribution

In this section we will tell you how to compute a few well known statistical and probability distributions that occurs most often in the field of statistics.


Random Variable

Explains how to generate a random number in R from its library


Random Example

Choosing a random number in R is illustrated with an example in this chapter


Discrete Example

An example to help you understand the discrete distributions in R is given in this section


Practice problem

Gives you real time practice problems to help you understand R in detail


Continuous Case

Case studies are given in this chapter for easier understanding


Exponential Distribution Practice Problem

The simulation of exponential distribution using R along with real time example is explained under this topic


Expected Value

Lets you know how to get expected value for a data set


Gambling Example

Tells you how R can be used for Betting analysis


Deal or no deal

This section gives you an example of R being used in Deal or No deal game.


Distribution details

Explains the type of distribution in R, how it is used and what are its functions


Binomial Distribution continued

Explains what is binomial distribution, its usage, arguments and details.


Expected Value from Binomial

Explains the assumptions of a binomial distribution


Uniform Random Variables

Lets you understand what is uniform distribution, its usage, arguments and details.


Probability distributions examples

Explains the four basic probability distribution types in R along with examples


Probability distributions examples continued

This section also continues with the examples of probability distribution in R


Section 6: Business Analytics using R

Business Analytics using R

Tells you how R can be used for business analytics


Normal PDF

Explains how the normal PDF can be calculated and plotted in R


What is Normal, Not Normal

Lets you understand what is a normal distribution in R and what is not a normal distribution in R


SAT Example

Gives an example of SAT computation in R


Example- Birth Weights

Gives an example of birth weights computation in R


dNorm, pNorm, qNorm

Explains all these types of probability distribution along with their functions used in R


Understanding Estimation

Helps you to understand the estimation done using R


Properties of Good Estimators

Lets you know the properties of good estimators in R


Central Limit Theorem

Shows you the simulation of the central limit theorem in R


Kurtosis

Explains what is kurtosis and its measures in R


Constructing Central Limit Theorem

Lets you know what are the functions used for central limit theorem in R


Confidence Intervals for the Mean

Lets you to find out the interval estimate of the mean population with R


Confidence Intervals Examples

Explains the above chapter with detailed examples


Computer Lab Example

Gives you a computer lab example to get a deeper insight into the topic


t-distribution

Lets you understand the t distribution in R and where and why it is used


t-distribution continued

Gives example for easy understanding of t distribution


Section 7: Examples, Testing and Forecasting

R Examples

This section gives you examples of R in business analytics


Standard error of the mean

This topic explains how to calculate the standard error of the mean in R

Course Duration:-16h 11m

Sections

General
0 activities

Course Introduction
Course Curriculum
Discriminant Analysis
Introduction to R & Analytics
Evolution of Business Analytics
Business Example- Hotel
Data for Business Analytics
Ordinal Data
Decision Model Example
Descriptive Decision Models
Business Analytics Life Cycle
Model deployment
Steps in Problem Solving Process
Software used in Business Analytics
Getting Started with R
Installing R Studio
Basics of R
Basic R Functions
Data Types
Recycling Rule
Special Numerical Values
Parallel Summary Functions
Logical Conjunctions
Pasting Strings together
Type Coercion
Array & Matrix
Factor
Repository & Packages
Installing a Package
Importing Data
Importing Data SPSS
Working with Data
Data Aggregation
Data Manipulation & Statistics Basics
Merging
Data Creation
Merge Example
What is Statistics
Variables
Quantiles
Quantiles
Calculating Variance
Calculating Covariance
Cumulative Frequency
Library (mass)
Head (faithful)
Scatter Plot
Control Flow
Statistics‚ Probability & Distribution
Random Variable
Random Example
Discrete Example
Practice problem
Continuous Case
Exponential Distribution Practice Problem
Expected Value
Gambling Example
Deal or no deal
Distribution details
Binomial Distribution continued
Expected Value from Binomial
Uniform Random Variables
Probability distributions examples
Probability distributions examples continued
Business Analytics using R
Normal PDF
What is Normal‚ Not Normal
SATExample
Example- Birth Weights
dNorm‚ pNorm‚ qNorm
Understanding Estimation
Properties of Good Estimators
Central Limit Theorem
Kurtosis
Constructing Central Limit Theorem
Confidence Intervals for the Mean
Confidence Intervals Examples
Computer Lab Example
t-distribution
t-distribution continued
R Examples
Standard error of the mean
Downloading the Package
Sample Differences
Hypothesis Generation & Testing
Hypothesis Testing
One sided P Value
Power & Sample Size
Testing Hypothesis using R
Calculating the Z value
Lower Tail proportion of population proportion
Forecasting
Time Series Analysis Applications
Approaches to Forecasting
Observation Components
Traditional Approaches
Double Exponentional Smoothing
ARIMA Steps
Forecasting Performance
Univariate ARIMA
R Visualization
Why Visualize
Overlaying Plots
Graphs representation of Data
Graphs representation of Data continued
Advanced Graphs
Bubble Charts
Anova
Concept of effect
Estimate of Treatment effect
Factorial Anova
Regression
Regression Model
Linear Relationship
Output of Regression Model
Course Certificate

Secure Video
115
Certificate
1
Cost: 5000

Tag

Course Duration:-16h 11m