Skip to content
Prev 432 / 1236 Next

[R-gui] Re: [R] The hidden costs of GPL software?

I don't think we are using GUI differently.  I'll reference some
experiments that I disliked that used Emacs/ESS pull-downs in much the
same style as SPSS/Minitab/etc.

More amusing, I actually got them to "write and evaluate" SAS
equivalents for regression model fitting as well as the same for R.

I didn't like them.  I'm not about to publish them.  They slowly
become an RSI hazard.  The only nice use was that they were templates
(and I should say that forming a general notion of statistical
templates is on my "to-do" list, probably more like a "never-do"
list).

With respect to applications programming and "statistical
programming", I could write a book.  Here is a subset of issues, and
it's not complete:

applications programs have to be mildly optimized (i.e. can't be too
slow), and are generally left alone except for maintanance.
Generally, there is a specification to which the program has to be
written, and metrics for evaluation are based on code quality, not
just the output.


statistical programs (and I'm thinking "data analysis", not
infrastructure coding or refactoring analytics to be more general)
usually have to be "finished", rather than "almost done".   Usually no
optimization is done, and extensions happen in a less specified way. 
More importantly, in idea cases they follow but don't religiously obey
an analysis plan (usually due to holes in the plan, not the program)
and metrics are based on comprehensiveness of results rather than code
metrics or the "path taken".

Sometimes application programs have to be written to get the job done
(thinking of applications programming as a subset) and other times,
it's just a pile of code (or the GUI generated hodgepodge mix of MS
Excel).

best,
-tony
On Fri, 19 Nov 2004 22:55:08 -0500, Duncan Murdoch <murdoch@stats.uwo.ca> wrote: