Table comparing the statistical capabilities of software packages
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A statistical consultant known only as “Stanford PhD” has put together a table comparing the statistical capabilities of the software packages R, Matlab, SAS, Stata and SPSS. For each of 57 methods (including techniques like “ridge regression”, “survival analysis”, “optimization”) the author ranks the capabilities of each software package as “Yes” (fully supported), “Limited” or “Experimental”. Here are the first few rows of the table:
Of the 57 techniques listed in the table, here are the counts of the number fully supported (“Yes”) by each package:
R | 57 |
Matlab | 57 |
SAS | 42 |
Stata | 29 |
SPSS | 20 |
The table appears to have been last updated in late 2013, but doesn't include two other notable packages: Julia and Python. Anyone know of a similar table that includes those?
Stanford PhD: Statistical Software
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.