ShawnDriscoll
SOC-14 1K
Don't know. I see R wherever I see MATLAB.Is R the open replacement for SPSS?
ADDED:
Looks like R is part of Microsoft Visual Studio now.
Don't know. I see R wherever I see MATLAB.Is R the open replacement for SPSS?
Is R the open replacement for SPSS?
No, that would be https://www.gnu.org/software/pspp/pspp.html
Though both are for tackling statistics, there isn't any real implementation compatibility nor a lot of direct feature correlations. SPSS came out first IIRC, but not sure if it had any influence on S (from Bell Labs), which is R's non-open source ancestor.
Don't know. I see R wherever I see MATLAB.
ADDED:
Looks like R is part of Microsoft Visual Studio now.
If you browse CRAN you will see hundreds and hundreds of libraries for doing statistical or numerical computations you've never even heard of.
In theory, you can even write a single program in C# and have the compile job compile it into Mac, Windows & Unix folders that you can just copy over to the appropriate machine. In theory...maybe I'll convert my nascent ship encounter program to be a console program just to see if I can do it.
You can download a version of MS Visual Studio for Mac OS now. I don't know if a GUI app is portable at all between the platforms.
Xamarin is a recommended choice by many these days.
Have you tried any of the automated converters (e.g. https://docs.python.org/2/library/2to3.html)?
I try and write plain code that stays simple. Except for "go fmt" I'm not over fond of reading machine generated code.
Tried 2to3 on the py_tools stuff I just did. Copied it into a new directory tree and it ran under Python 2 and 3. Ran "2to3 -w" on the files and now it doesn't work under 2 or 3. :rofl:
Have you run a diff on the two different outputs?
Simon Hibbs