14 Reasons Why R is better than Excel
[This article was first published on Revolutions, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The Fantasy Football Analytics blog shares these 14 reasons why R is better than Excel for data analysis:
- More powerful data manipulation capabilities
- Easier automation
- Faster computation
- It reads any type of data
- Easier project organization
- It supports larger data sets
- Reproducibility (important for detecting errors)
- Easier to find and fix errors
- It's free
- It's open source
- Advanced Statistics capabilities
- State-of-the-art graphics
- It runs on many platforms
- Anyone can contribute packages to improve its functionality
The two most important in my mind are #2 (automation) and #7 (reproducibility), reasons that apply to any GUI-driven tool. The ability to use code to repeat your analyses and reproduce the results consistently cannot be overstated.
For more detailed background behind each of these reasons, and four situations where it's best to use Excel, check out the complete blog blost linked below.
Fantasy Football Analytics: Why R is Better Than Excel for Fantasy Football (and most other) Data Analysis
To leave a comment for the author, please follow the link and comment on their blog: Revolutions.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.