Think about R as some kind of low level SPSS; its got the functions, but without the spreadsheet functionality, which you can get with third party tools, like R studio.Actually I took an 'intro to R' course this weekend to find out what it was. Not sure if it has a way to use it from the web but there seemed to be a lot of people I met that wanted to get into both data and web.
Now what is SPSS?Think about R as some kind of low level SPSS; its got the functions, but without the spreadsheet functionality, which you can get with third party tools, like R studio.
So if you are into stuff like chi squared tests, cluster analysis and such, R could be probably your tool of choice.
@Soen: if you want to know what Python is able to do computing wise, you should take a look at SageMath.
Straw - Straw - Realtime processing framework for NodeJSY
Straws rock. Why hasn't the word been hijacked yet for some kind of development or dev ops'ish-componentized pipeline infrastructure open architecture?
Thank you very much for your insight, indeed I had mostly some views into Geography so far, where SPSS was part of the standard lectures anyway. Maybe therefore my view was a little biased.With respect to statistics, it is a bit more nuanced. In social sciences SPSS is the standard. In commercial medical fields SAS is the standard. R is heavily used in engineering and the other sciences. Where I am we are heavy users of R and make use of knitR for reproducible research documents. We also use R for prototyping and development and then port things over to python or C++ depending on the speed requirements. This is not an uncommon combination.
Yes, I know what SPSS is. I work in the IT department at an academic place. Generally a lot of people staying on the cutting edge use R but anyone in their subfield for a few decades will stay on SPSS or SASS because that is what they are used to.SPSS is the standard software for statistical analysis in science since decades (its around since 1968), so most of the time you will find it only in the academic area, or where statistical evaluations are in place, like public survey institutes, quality assurance departments of big companies and such.
Since it's the standard and has a small user base, its also really expensive; if you think Creative Cloud is expensive, haha, think again, it starts by whopping 99US$/per user&month.
You can think about it of Excel on steroids, though this does it not really justice.
R is around since 1992, and can do most of the things SPSS can, do. But it comes without a GUI, which you've got to get from somewhere else.
Exactly, people ooo and ahh that tech people can solve things. No, most of the time we just google the error message. If not a complete solution it at least gets us headed in the right direction.On a slightly different bit of advice.
A lot of coding is more about having the mindset to break down a problem and find the solution. There are often multiple solutions, especially in coding.
Do not be afraid to Google the syntax of what you want to do and just use the code you find. Most "code problems" have already been solved. There is nothing wrong with just finding the solution.
I mentioned last post about crash course learning Cold Fusion. It wasn't that hard because I already had experience with PHP. It's the same solutions for the most part except the code is different, it's a CFIF tag instead of an IF inside a PHP tag, that sort of thing.
Also for web stuff W3 Schools is great.
My faves are the ones where it does something rarely and never when someone is around who can do the obvious thing like record an error message or something concrete. Like the vague "this program slowed down last week, what caused that".Google search skills are incredibly important to a developer.Unfortunately for me, I always seem to find some obscure problem that one other person posted about in 2012 and never got an answer to.
"I found a solution thanks"Google search skills are incredibly important to a developer.Unfortunately for me, I always seem to find some obscure problem that one other person posted about in 2012 and never got an answer to.