Complete List of various topics in R
Parag Verma
Complete list of all the blogs is given below.For convenience, I have grouped it based on logical topics.
Setting R and Installing Packages
Introduction to Data Structures
- Vectors and Matrices
- Introduction to List, Initialization, access elements and some tips
- Basics of a Data Frame in R
- Vectorized Operation vs Loop Operation
- Cyclicity Property of Vector Operation
- Arithmetic and Relational Operators
- Logical Operators
- For Loops
- Accessing different values in a Vector
- Handling NA Values
- Missing Values | NA | NULL Values Imputation
- Creating Functions
- Handling variable number of argument in a Functions
- Read and Write files
- Read and Write huge dataset:fread and fwrite
- Create variables using ifelse
- Nested ifelse statement
- simple if else statement
- Default condition in if else statement
Introduction to dplyr
Introduction to apply family of functions
- Introduction to apply family of function lapply and sapply Part 1
- Read all csv files from a folder using lapply
- Frequency Profiling using lapply
- Get Data Type of all variables in a Data Frame using lapply sapply
- Read all sheets of an excel file using lapply
- Factor to character data type using sapply
Pivoting and Unpivoting
string text manipulation
- Splitting a string and match pattern using stringr and tidyverse
- Detect pattern in a string using tidyverse
- Get the position of matched pattern in a string using tidyverse
- Replace a pattern in a string using gsub function and tidyverse
- Absolute and Approx match within a string using tidyverse
- Extract digits from text field using tidyverse
- purrr vs Base R functionality:Reddit post analyses
- Data table performance on Million Records
- Create multiple summaries for numeric variables
Advanced Models and ML Concepts
Anomaly Detection Models
- What is an Anomaly
- Application and Use Cases
- Type of ML Models used in Anomaly Detection
- Anomaly detection for Categorical Data
- Anomaly detection for Data with multiple categorical columns
- Create Code in R for Categorical Data
- Applying the algorithm on million records
- Anomaly detection for Numeric Data
- Excel working example
- Create Code in R for Numeric Data
- Applying Anomaly Detection on Numeric Dataset
- Introduction to Isolation Forest
No comments:
Post a Comment