The SAS vs. R Debate
11–20 of 44 posts
Re: The SAS vs. R Debate
#12"""In the article, Ms. Milley said, “I think it addresses a niche market for high-end data analysts that want free, readily available code. We have customers who build engines for aircraft. I am happy they are not using freeware when I get on a jet.”
To her credit, Ms. Milley addressed some of the critical comments head-on in a subsequent blog post."""
(Boeing uses R heavily and when you fly on their aircraft, you're flying on open source)
Re: The SAS vs. R Debate
#13produce a compiler, tools etc that run the language of SAS.
(disclaimer: I interviewed there last year)
Re: The SAS vs. R Debate
#14Where does Stata fit into all of this, and why is it never discussed on HN?
Stata is great for drag and drop data manipulation from what I remember, an excellent excel replacement. Nothing beats dragging and dropping in variables and typing: reg y x1 x2 for immediate regression results.
Re: The SAS vs. R Debate
#15Is this even a discussion? Anyone serious about analyzing data will use either R, Python (with Pandas/SciPy, etc), or Julia. For truly immense data sets that require pipelines, you'll use tools like spark, hadoop, etc - but SAS is basically a slightly improved excel.
> SAS is basically a slightly improved excel. SAS is a pretty big system, and I have worked with SAS for about 10 years, and I can't see any similarity with Excel at all. Which part of the SAS system do you think resembles Excel ? Here is a list of their products ( http://support.sas.com/documentation/productaz/index.html ) Btw. I do think I am doing serious data analysis in a bank :-)
Re: The SAS vs. R Debate
#16Where does Stata fit into all of this, and why is it never discussed on HN?
Re: The SAS vs. R Debate
#17I believe it will be R verus Python future and SAS will not be a part of it.
Re: The SAS vs. R Debate
#18The article says this particular instance of the debate started in 2011. Things have shifted a little since then, and I think Python has won more mindshare with Pandas, SciPy, NumPy, and all the rest. I've used both Python and R, and think the next debate will be between those two, as people find that R is not a very good programming language and lacks decent libraries for things like web scraping. Python can be a si…
Can you please list some important tools implemented in R but not in Python? I'd like to know how bit the gap is.
Re: The SAS vs. R Debate
#19Re: The SAS vs. R Debate
#20The article says this particular instance of the debate started in 2011. Things have shifted a little since then, and I think Python has won more mindshare with Pandas, SciPy, NumPy, and all the rest. I've used both Python and R, and think the next debate will be between those two, as people find that R is not a very good programming language and lacks decent libraries for things like web scraping. Python can be a si…
> R right now still wins in the number of algorithms implemented in it Can you please list some important tools implemented in R but not in Python? I'd like to know how bit the gap is.
http://stat.ethz.ch/R-manual/R-patched/library/stats/html/00...