R Programming


R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing statistical software and data analysis.

-----------------------------------

R Studio

R Studio is basically an IDE (Integrated Development Environment) that is used for statistical computing and graph plotting. This environment makes data analysis unbelievably easy as compared to concentional programming languages such as C. I found some very useful links on youtube and some courses on Udemy from where I learnt R in a very short span on time. R Studio helps you in remembering the complex R functions and prompts you in bugs and errors.

rstudio
rstudio

--- Personal Verdict ---



As compared to other conventional programming language, R has a much simpler syntax to grasp and expertize. The R studio makes the job even more simpler. You can play with data, perform statistical operations like mean, median, standard deviation just by writing a few lines of code. R studio gives you the freedom of using your conventional excel sheet data. You can input data from your excel sheet and perform all kinds of Data analysis methods on it. I am still in learning phase for this language and will keep posting updates of my experience and learnings on this page.




Online Videos that I found helpful