Learn R programming in Urdu/Hindi Language with desi examples and hands-on training
Table of Content:
- R with Aammar: R for Data Analysis
- What is R?
- Resources to be used in this course
- Lectures on R with Aammar (in Urdu/Hindi)
- Lecture 1a: Installation of Software and Introduction to R
- Lecture 1b: First Line of Code in R and learning to work with R
- Lecture 2: Data Visualization and plotting in R using ggplot2
- Lecture 3: Data Visualization and Data Transformation in R using tidyverse packages
- Publication Ready Graphs in R
- Lecture 4: Data Transformation in R using tidyverse packages
- Lecture 5: Statistics in R
- Lecture 6: Choosing a right Statistical Method for Data Analysis in R
- Lecture 7: t-test (all Types), ANOVA, One-way ANOVA, Two-way ANOVA, lettering and plotting in R
- Lecture 8: Publication Ready Plots in R
- Latest updates
A competent data scientist is a passionate coder-statistician, and there is no better programming language to master than R. R is known as the golden child
of data science since it is the industry standard for statistical programming languages. It's a prominent ability among Big Data analysts, and R-skilled data scientists are in high demand from companies like Google, and Facebook. R is also very popular among researchers due to it's steep learning curve and high quality data visualization graphics for publication.
Top 9 points why to learn about R:
- R is Open source and freely available
- R is cross platform compatible
- R is very powerful in handling big datasets
- R is one of the top programming language having more than 2.5 million users
- R is highly flexible and Evolving
- Book or Manuscript publishers love R
- Professors prefer students having R skills over the one who don't know R
- R has a vibrant community and resources (Books, tutorials, blogs etc.)
- Much more......
- R - Download R programming software here
- RStudio - RStudio is an integrated development environment (IDE) for R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, debugging and workspace management.
- R for Data Science- 1st Edition - This book is a practical introduction to data science with R. It is designed for people who are familiar with R, but who want to learn more about data science. It is also designed for people who are familiar with data science, but who want to learn R.
- R for Data Science- 2nd Edition - THis book has updated knowledge base for R.
- R Cookbook - 2nd Edition - This book is a collection of recipes for solving common problems in data science. It is designed for people who are familiar with R, but who want to learn more about data science. It is also designed for people who are familiar with data science, but who want to learn R.
- ggplot2: Elegant Graphics for Data Analysis - This book is collection of theories and practical coding for grammar of graphic to learn Data Visualization.
- Introduction to Data Exploration and Analysis with R
- R Graphics Cookbook - 2nd Edition - This book is a collection of recipes for solving common problems in data science. It is designed for people who are familiar with R, but who want to learn more about data science. It is also designed for people who are familiar with data science, but who want to learn R.
- R Packages - 2nd Edition - This book is a collection of recipes for solving common problems in data science. It is designed for people who are familiar with R, but who want to learn more about data science. It is also designed for people who are familiar with data science, but who want to learn R.
- R Markdown - 2nd Edition - This book is a collection of recipes for solving common problems in data science. It is designed for people who are familiar with R, but who want to learn more about data science. It is also designed for people who are familiar with data science, but who want to learn R.
- R Markdown: The Definitive Guide - This book is a collection of recipes for solving common problems in data science. It is designed for people who are familiar with R, but who want to learn more about data science. It is also designed for people who are familiar with data science, but who want to learn R.
Several other book scan be found here on Rstudio website.
Wathc these two Playlist to learn Data Visualization in R in Desi style:
Cheat sheet
Practice this cheatsheet today and then move to next point tomorrow.
Link to dplyr cheatsheet is here
The following links were taught in this lecture:
- How to test Normal Distribution in R?
- How to make correlation plot in R?
- How to make PCA plot in R
- Here is a nice publication about choosing a right statistical method
Here is the code that we used today
Here are the codes we discussed in this lecture:
- RScript used in this lecture:
- t-test blog
- One-way ANOVA in R complete blog
- Two-way ANOVA in R complete blog
- Publication Ready Bar plot with one-way ANOVA and lettering in R:
Here is the code: code.md
- Publication Ready Bar plot with two-way ANOVA and lettering in R:
Here is the code: code.md
More updated video lectures will be updated in the github repositoy, star and fork this for future lectures.