123 CODING WITH ME
Introduction & Installation

R is a programming language and very popular for statistical data analysis and visual analytical presentation of graphics. It is a free and open source program. It is the world’s most widely used programming language for data science and many scientists use it…….
Graphs & Charts

R programming allows us to create numerous graphs and charts. It uses functions and parameters to define data, ranges, and different items. We will go through basics of creating followings…….
Statistics

Statistics is reviewing and analyzing the data and R programming using many different build-in functions for statistical analysis, computing and graphing. Most of the statistical functions are present in the R basic package and vectors are input to those functions with different parameters to give the results……..
Entering Data

Understanding the structure of your data, reviewing your data and visualizing your data are the steps in any programming. We will go through the basics of data formats in R programming for entering data in this post……
Accessing & Importing Data

R can read the data outside of its environment and also write the data into files which will be stored and accessed by the operating system. There are various types of data formats that R can read, such as; csv,excel,xml,binary,web data, etc…….
Modeling data

NBA MVPs data analysis from 1955 all the way up to 2019
We learned about the basics of R programming and I want to finish my knowledge sharing by going over one of the projects that I very much enjoyed analyzing data with R programming features…..
