R Analytics Programming Training Syllabus In Bangalore
Duration : 40 Hours
Course Fees : 20000/- + GST
Batch Size Minimum : 05
CHAPTER 1 : What is Data Analytics
- R tools and their uses in Business Analytics
- Objectives
- Analytics
- Where is analytics applied?
- Responsibilities of a data scientist
- Problem definition
- Summarizing data
Data collection
CHAPTER 2 : About R
- Difference between R and other analytical languages
- Different data types in R
- Built in functions of R: seq(), cbind (), rbind(), merge()
- Subsetting methods
- Use of functions like str(), class(), length(), nrow(), ncol(),head(), tail()
CHAPTER 3 : Data manipulation in R
- Steps involved in data cleaning
- Problems and solutions for Data cleaning
- Data inspection
- Use of functions grepl(), grep(), sub()
- Use of apply() function
- Coerce the data
CHAPTER 4 : Data Import techniques
- How R handles data in a variety of formats
- Importing data from csv files, spreadsheets and text files
- Import data from other statistical formats like sas7bdat and sps
- Packages installation used for database import
- Connect to RDBMS from R using ODBC and basic SQL queries in R
- Basics of Web Scraping
CHAPTER 5 : Exploratory Data analysis
- Understanding the Exploratory Data Analysis(EDA)
- Implementation of EDA on various datasets
- Boxplots
- Understanding the cor() in R
- EDA functions like summarize()
- llist()
- Multiple packages in R for data analysis
- Segment plot HC plot in R
CHAPTER 6 : Data Visualization in R
- Understanding on Data Visualization
- Graphical functions present in R
- Plot various graphs like tableplot
- Histogram
- Box Plot
- Customizing Graphical Parameters to improvise the plots
- Understanding GUIs like Deducer and R Commander
- Introduction to Spatial Analysis
CHAPTER 7 : Data Mining: Clustering Techniques
- Introduction to Data Mining
- Understanding Machine Learning
- Supervised and Unsupervised Machine Learning Algorithms
- K-means Clustering
CHAPTER 8 : Data Mining: Association Rule Mining and Sentiment Analysis
- Association Rule Mining
- Sentiment Analysis
CHAPTER 9 : Linear and Logistic Regression
- Linear Regression
- Logistic Regression
- CHAPTER 10: Anova
- Anova
- CHAPTER 11: Predictive Analysis
- Predictive Analysis
CHAPTER 12 : More on Data Mining
- Decision Trees
- Algorithm for creating Decision Trees
- Greedy Approach: Entropy and Information Gain
- Creating a Perfect Decision Tree
- Classification Rules for Decision Trees
- Concepts of Random Forest
- Working of Random Forest
- Features