Skip to content

Instantly share code, notes, and snippets.

@abrarShariar
Last active August 28, 2016 13:36
Show Gist options
  • Select an option

  • Save abrarShariar/c9bc68af14ee8fb87a6fa2e4e3daaa34 to your computer and use it in GitHub Desktop.

Select an option

Save abrarShariar/c9bc68af14ee8fb87a6fa2e4e3daaa34 to your computer and use it in GitHub Desktop.
A personal note on the statistical programming language R

My brief interaction with R : the statistical programming language

I started digging into R around August 2016 mostly because at that time I was taking the course - "Statistics and Probabilty" (MAT3103) and I was curious to get a slight taste of actual statistical computations done in research or real world data analysis.

This note mostly contains things I found amazing about R and also the things I disliked about it. A the same time this will also serve as a future reference for myself. Please note that I only had a brief intereaction with the language and barely scratched the surface. And this is not another Python vs. R thing, since I have little or no experience with Python (at this time) so, I won't be able to do justice in comparing them.

This is just my personal take on R

Why I started digging into R

The starting point

The learning curve

The numbers and formulas

  • Understanding the mathematical/statistical formulas and their parameters is important. The better your concepts are clear about various statistical models the faster you will catch up with R
  • If you are the math-geeky type , R is a perfect fit

How I used R

What I plan to do next with R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment