Skip to content
Prev 2872 / 20628 Next

More naive questions: Speed comparisons? what is a "stack imbalance" in lmer? does lmer center variables?

I think this reasonable and interesting, but it reads more like an
apology (in the technical sense, not indicating any sense of shame) for
R rather than a measured pros and cons.  I could quibble with almost any
of these statements ... probably should just stop there, but I'll
continue below.
Adam D. I. Kramer wrote:
Good point.
I don't think that simply having the access to the code guarantees
"verification". It sure helps though! My personal criteria for trust in
a piece of software would also include [in no particular order] (1)
trust in the credentials, skill, and attention to detail of the author;
(2) comparisons against benchmark cases where analytical results or
carefully hand-worked results are available; (3) comparisons against
other software.
Yes, but ... where open source tends to fall down is in implementing
features (and I mean real features, not questionable "features") that
are outside the focus of the developers.  There are plenty of "wish
list" items that people would happily pay for that don't get done
because no-one with the skills feels like doing it. I've thought before
of trying to set up a bounty system for R, but even that is too far down
on my list to get to ...
Analogy alert!
  Agreed that it is nice to use a single tool for all jobs, but that's
not necessarily the best idea.  I agree that all software should make it
easy to EXPORT data to other formats (or to interchange formats), and
open source software is often better at this.  (Should we really try to
re-implement GIS systems, relational databases, etc. within R? no.)
yes.
Certainly not always true.  (See Kevin Wright's post.)
Yeah, so?
  The "Unix philosophy" of tools suggests instead that one should
instead write sets of tools, each of which does one thing well, and have
them talk to each other.  Just saying that there are arguments for
different levels of modularity, specialization, etc..
So?
"It depends."