What is R and Why Learning R Programming


What is R?

R logo


R is free and powerful programming language for statistical computing and data visualization.


  1. R can be used to compute a large variety of classical statistic tests including:

    • Student’s t-test comparing the means of two groups of samples
    • Wilcoxon test, a non parametric alternative of t-test
    • Analysis of variance (ANOVA) comparing the means of more than two groups
    • Chi-square test comparing proportions/distributions
    • Correlation analysis for evaluating the relationship between two or more variables
  2. It’s also possible to use R for performing classification analysis such as:

    • Principal component analysis
    • clustering
  3. Many types of graphs can be drawn using R, including: box plot, histogram, density curve, scatter plot, line plot, bar plot, …

Why learning R?

  • R is open source, so it’s free.

  • R is cross-plateform compatible, so it can be installed on Windows, MAC OSX and Linux

  • R provides a wide variety of statistical techniques and graphical capabilities.

  • R provides the possibility to make a reproducible research by embedding script and results in a single file.

  • R has a vast community both in academia and in business

  • R is highly extensible and it has thousands of well-documented extensions (named R packages) for a very broad range of applications in the financial sector, health care,…

  • It’s easy to create R packages for solving particular problems

Infos

This analysis has been performed using R software (ver. 3.2.3).


Enjoyed this article? I’d be very grateful if you’d help it spread by emailing it to a friend, or sharing it on Twitter, Facebook or Linked In.

Show me some love with the like buttons below... Thank you and please don't forget to share and comment below!!
Avez vous aimé cet article? Je vous serais très reconnaissant si vous aidiez à sa diffusion en l'envoyant par courriel à un ami ou en le partageant sur Twitter, Facebook ou Linked In.

Montrez-moi un peu d'amour avec les like ci-dessous ... Merci et n'oubliez pas, s'il vous plaît, de partager et de commenter ci-dessous!





This page has been seen 110855 times